Searched refs:XORI (Results 1 – 16 of 16) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.cc | 317 case XORI: in InstructionType()
|
D | constants-mips.h | 269 XORI = ((1 << 3) + 6) << kOpcodeShift, enumerator
|
D | disasm-mips.cc | 864 case XORI: in DecodeTypeImmediate()
|
D | simulator-mips.cc | 2433 case XORI: in DecodeTypeImmediate() 2553 case XORI: in DecodeTypeImmediate()
|
D | assembler-mips.cc | 1270 GenInstrImmediate(XORI, rs, rt, j); in xori()
|
/external/qemu/tcg/ppc64/ |
D | tcg-target.c | 307 #define XORI OPCD( 26) macro 1064 tcg_out32 (s, XORI | RS (arg1) | RA (0) | arg2); in tcg_out_setcond() 1102 tcg_out32 (s, XORI | RS (arg1) | RA (0) | arg2); in tcg_out_setcond() 1353 tcg_out32 (s, XORI | RS (args[1]) | RA (args[0]) in tcg_out_op()
|
/external/qemu/tcg/ppc/ |
D | tcg-target.c | 319 #define XORI OPCD(26) macro 1136 tcg_out32 (s, XORI | RS (arg1) | RA (0) | arg2); in tcg_out_setcond() 1167 tcg_out32 (s, XORI | RS (arg1) | RA (0) | arg2); in tcg_out_setcond() 1465 tcg_out32 (s, XORI | RS (args[1]) | RA (args[0]) in tcg_out_op()
|
/external/llvm/lib/Target/MBlaze/Disassembler/ |
D | MBlazeDisassembler.cpp | 49 MBlaze::ORI, MBlaze::ANDI, MBlaze::XORI, MBlaze::ANDNI, //28,29,2A,2B
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 791 return CurDAG->SelectNodeTo(N, PPC::XORI, MVT::i32, Op, in SelectSETCC() 885 return CurDAG->SelectNodeTo(N, PPC::XORI, MVT::i32, Tmp, getI32Imm(1)); in SelectSETCC()
|
D | PPCInstrInfo.td | 1050 def XORI : DForm_4<26, (outs GPRC:$dst), (ins GPRC:$src1, u16imm:$src2), 1521 (XORIS (XORI GPRC:$in, (LO16 imm:$imm)), (HI16 imm:$imm))>;
|
D | PPCISelLowering.cpp | 5829 BuildMI(BB, dl, TII->get(is64bit ? PPC::XORI8 : PPC::XORI), ShiftReg) in EmitPartwordAtomicBinary() 6187 BuildMI(BB, dl, TII->get(is64bit ? PPC::XORI8 : PPC::XORI), ShiftReg) in EmitInstrWithCustomInserter()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 516 BuildMI(start, dl, TII->get(MBlaze::XORI), finalReg) in EmitCustomAtomic()
|
D | MBlazeInstrInfo.td | 418 def XORI : LogicI<0x2A, "xori ", xor>;
|
/external/valgrind/main/none/tests/mips32/ |
D | MIPS32int.stdout.exp-mips32 | 1075 XORI
|
D | MIPS32int.stdout.exp-BE | 1187 XORI
|
D | MIPS32int.stdout.exp | 1187 XORI
|