Home
last modified time | relevance | path

Searched refs:OP_XOR (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/bpf/
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
416 : OP_XOR '#' number {
418 | OP_XOR 'x' {
420 | OP_XOR '%' 'x' {
H A Dbpf_exp.l76 "xor" { return OP_XOR; }
/openbmc/u-boot/post/lib_powerpc/
H A Dthreex.c51 OP_XOR,
H A Dcpu_asm.h52 #define OP_XOR 0x7c000278 macro
/openbmc/linux/drivers/misc/altera-stapl/
H A Daltera.c49 OP_XOR, enumerator
595 case OP_XOR: in altera_execute()