HomeSort by: relevance | last modified time | path
    Searched refs:OP_OR (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/arch/hpcmips/dev/
mq200machdep.c 61 #define OP_OR OP_(7)
252 case OP_OR:
  /src/external/gpl3/binutils/dist/gprofng/src/
Expression.h 67 OP_OR,
QLParser.yy 143 | exp OR exp { $$ = new Expression (Expression::OP_OR, $1, $3); }
QLParser.tab.cc 738 { yylhs.value.as < Expression * > () = new Expression (Expression::OP_OR, yystack_[2].value.as < Expression * > (), yystack_[0].value.as < Expression * > ()); }
Expression.cc 713 case OP_OR:
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Expression.h 67 OP_OR,
QLParser.yy 143 | exp OR exp { $$ = new Expression (Expression::OP_OR, $1, $3); }
QLParser.tab.cc 738 { yylhs.value.as < Expression * > () = new Expression (Expression::OP_OR, yystack_[2].value.as < Expression * > (), yystack_[0].value.as < Expression * > ()); }
Expression.cc 713 case OP_OR:
  /src/sys/arch/mips/include/
mips_opcode.h 269 #define OP_OR 045
  /src/external/gpl3/binutils/dist/opcodes/
lm32-desc.h 76 , OP_NOR = 33, OP_NORI = 1, OP_OR = 46, OP_ORI = 14
  /src/external/gpl3/binutils.old/dist/opcodes/
lm32-desc.h 76 , OP_NOR = 33, OP_NORI = 1, OP_OR = 46, OP_ORI = 14
  /src/external/gpl3/gdb.old/dist/opcodes/
lm32-desc.h 76 , OP_NOR = 33, OP_NORI = 1, OP_OR = 46, OP_ORI = 14
  /src/external/gpl3/gdb/dist/opcodes/
lm32-desc.h 76 , OP_NOR = 33, OP_NORI = 1, OP_OR = 46, OP_ORI = 14
  /src/sys/arch/riscv/include/
insn.h 505 #define OP_OR 0b110 // ori - or - - -
  /src/sys/arch/mips/mips/
mips_fixup.c 434 case OP_OR:
db_disasm.c 297 ((i.RType.func == OP_OR) || (i.RType.func == OP_MOVE_ADDU))
  /src/sys/arch/riscv/riscv/
db_disasm.c 654 INSN_F3("ori", OP_OR, 0, 0),
734 INSN_F37("or", OP_OR, OP_ARITH, 0, 0),
  /src/external/gpl3/gdb.old/dist/gdb/arch/
loongarch-insn.h 65 #define OP_OR 0x00150000
943 DECLARE_INSN(or, OP_OR, MASK_OR)
  /src/external/gpl3/gdb/dist/gdb/arch/
loongarch-insn.h 65 #define OP_OR 0x00150000
943 DECLARE_INSN(or, OP_OR, MASK_OR)

Completed in 120 milliseconds