Home
last modified time | relevance | path

Searched refs:OP_SUB (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/tools/bpf/
Dbpf_exp.y55 %token OP_JSET OP_ADD OP_SUB OP_MUL OP_DIV OP_AND OP_OR OP_XOR OP_LSH OP_RSH
357 : OP_SUB '#' number {
359 | OP_SUB 'x' {
361 | OP_SUB '%' 'x' {
Dbpf_exp.l70 "sub" { return OP_SUB; }
/linux-6.1.9/drivers/misc/altera-stapl/
Daltera.c40 OP_SUB, enumerator
542 case OP_SUB: in altera_execute()