Searched refs:OP_DIV (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/bpf/
H A Dbpf_exp.l72 "div" { return OP_DIV; }
H A Dbpf_exp.y55 %token OP_JSET OP_ADD OP_SUB OP_MUL OP_DIV OP_AND OP_OR OP_XOR OP_LSH OP_RSH
375 : OP_DIV '#' number {
377 | OP_DIV 'x' {
379 | OP_DIV '%' 'x' {
/linux-master/drivers/misc/altera-stapl/
H A Daltera.c42 OP_DIV, enumerator in enum:altera_fpga_opcode
554 case OP_DIV:

Completed in 208 milliseconds