Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpcmips/dev/
H A Dmq200machdep.c61 #define OP_OR OP_(7) macro
252 case OP_OR: in mq200_setupregs()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DExpression.h67 OP_OR, enumerator
H A DQLParser.yy141 | exp OR exp { $$ = new Expression (Expression::OP_OR, $1, $3); }
H A DQLParser.tab.cc737 …{ yylhs.value.as < Expression * > () = new Expression (Expression::OP_OR, yystack_[2].value.as < E… in parse()
H A DExpression.cc713 case OP_OR: in bEval()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DExpression.h67 OP_OR, enumerator
H A DQLParser.yy141 | exp OR exp { $$ = new Expression (Expression::OP_OR, $1, $3); }
H A DExpression.cc713 case OP_OR: in bEval()
/netbsd-src/sys/arch/mips/include/
H A Dmips_opcode.h269 #define OP_OR 045 macro
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dlm32-desc.h76 , OP_NOR = 33, OP_NORI = 1, OP_OR = 46, OP_ORI = 14 enumerator
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dlm32-desc.h76 , OP_NOR = 33, OP_NORI = 1, OP_OR = 46, OP_ORI = 14 enumerator
/netbsd-src/sys/arch/riscv/include/
H A Dinsn.h505 #define OP_OR 0b110 // ori - or - - - macro
/netbsd-src/sys/arch/riscv/riscv/
H A Ddb_disasm.c654 INSN_F3("ori", OP_OR, 0, 0),
734 INSN_F37("or", OP_OR, OP_ARITH, 0, 0),
/netbsd-src/sys/arch/mips/mips/
H A Dmips_fixup.c432 case OP_OR: in mips_fixup_addr()
H A Ddb_disasm.c297 ((i.RType.func == OP_OR) || (i.RType.func == OP_MOVE_ADDU)) in db_disasm_insn()
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dlm32.cpu569 (+ OP_OR r0 r1 r2 (f-resv0 0))
760 (+ OP_OR r0 (f-r1 0) r2 (f-resv0 0))
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dlm32.cpu569 (+ OP_OR r0 r1 r2 (f-resv0 0))
760 (+ OP_OR r0 (f-r1 0) r2 (f-resv0 0))
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dlm32.cpu569 (+ OP_OR r0 r1 r2 (f-resv0 0))
760 (+ OP_OR r0 (f-r1 0) r2 (f-resv0 0))
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dlm32.cpu569 (+ OP_OR r0 r1 r2 (f-resv0 0))
760 (+ OP_OR r0 (f-r1 0) r2 (f-resv0 0))
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Darm_neon.td108 def OP_OR : Op<(op "|", $p0, $p1)>;
659 def VORR : LOpInst<"vorr", "...", "csilUcUsUiUlQcQsQiQlQUcQUsQUiQUl", OP_OR>;