Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/misc/altera-stapl/
Daltera.c54 OP_SUB, enumerator
559 case OP_SUB: in altera_execute()