Home
last modified time | relevance | path

Searched refs:OP_OR (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dtest.c14 #define OP_OR 2 macro
47 {0, "-o", OP_OR, 1},
146 case OP_OR: in do_test()
148 last_binop = OP_OR; in do_test()
166 if (last_binop == OP_OR) in do_test()
/OK3568_Linux_fs/kernel/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
407 : OP_OR '#' number {
409 | OP_OR 'x' {
411 | OP_OR '%' 'x' {
H A Dbpf_exp.l77 "or" { return OP_OR; }
/OK3568_Linux_fs/u-boot/post/lib_powerpc/
H A Dthreex.c40 OP_OR,
H A Dcpu_asm.h51 #define OP_OR 0x7c000378 macro
/OK3568_Linux_fs/kernel/drivers/misc/altera-stapl/
H A Daltera.c48 OP_OR, enumerator
592 case OP_OR: in altera_execute()