/external/pcre/dist/sljit/ |
sljitNativeMIPS_64.c | 228 return push_inst(compiler, XORI | SA(EQUAL_FLAG) | TA(EQUAL_FLAG) | IMM(1), EQUAL_FLAG); 419 EMIT_LOGICAL(XORI, XOR);
|
sljitNativeMIPS_common.c | 176 #define XORI (HI(14)) [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
iq2000-desc.c | 720 /* xori ${rt-rs},$lo16 */ 722 -1, "xori2", "xori", 32, 725 /* xori $rt,$rs,$lo16 */ 727 IQ2000_INSN_XORI, "xori", "xori", 32, [all...] |
mt-desc.c | 631 /* xori $frdr,$frsr1,#$imm16z */ 633 MT_INSN_XORI, "xori", "xori", 32, [all...] |
dlx-dis.c | 282 { OPC(XORIOP), "xori" }, /* Store word. */
|
nios2-opc.c | 397 {"xori", "t,s,u", "t,s,u,E", 3, 4, iw_i_type,
|
sh64-opc.c | [all...] |
/art/compiler/optimizing/ |
code_generator_mips64.cc | [all...] |
code_generator_mips.cc | [all...] |
/toolchain/binutils/binutils-2.25/cpu/ |
mt.cpu | 752 (dni xori "XORI DstReg, SrcReg1, UnsImm" 754 "xori $frdr,$frsr1,#$imm16z" [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/frv/ |
allinsn.s | 234 .global xori 235 xori: label 236 xori sp,0,sp
|
/art/compiler/utils/mips/ |
assembler_mips_test.cc | 330 TEST_F(AssemblerMIPSTest, Xori) { 331 DriverStr(RepeatRRIb(&mips::MipsAssembler::Xori, 16, "xori ${reg1}, ${reg2}, {imm}"), "Xori"); [all...] |
/external/llvm/lib/Target/Mips/ |
MipsFastISel.cpp | 618 emitInst(Mips::XORi, ResultReg).addReg(TempReg).addImm(1); 624 emitInst(Mips::XORi, ResultReg).addReg(TempReg).addImm(1); 638 emitInst(Mips::XORi, ResultReg).addReg(TempReg).addImm(1); 644 emitInst(Mips::XORi, ResultReg).addReg(TempReg).addImm(1); [all...] |
MicroMips32r6InstrInfo.td | 109 class XORI_MMR6_ENC : ADDI_FM_MMR6<"xori", 0x1c>; 512 class XORI_MMR6_DESC : ArithLogicI<"xori", simm16, GPR32Opnd>; [all...] |
/external/llvm/test/MC/Mips/mips2/ |
valid.s | 173 xor $2, 4 # CHECK: xori $2, $2, 4 # encoding: [0x38,0x42,0x00,0x04]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
476.s | 489 xori 3,4,0xdead
|
a2.s | 558 xori 10,11,0x1000
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
nios2r1.h | 471 #define MATCH_R1_XORI MATCH_R1_OP (XORI)
|
/external/v8/src/ppc/ |
disasm-ppc.cc | 1228 case XORI: { 1229 Format(instr, "xori 'ra, 'rs, 'uint16"); [all...] |
/external/llvm/test/MC/PowerPC/ |
ppc64-encoding.s | 569 # CHECK-BE: xori 2, 3, 128 # encoding: [0x68,0x62,0x00,0x80] 570 # CHECK-LE: xori 2, 3, 128 # encoding: [0x80,0x00,0x62,0x68] 571 xori 2, 3, 128 [all...] |
/external/llvm/test/MC/Mips/micromips32r6/ |
valid.s | 103 xori $3, $4, 1234 # CHECK: xori $3, $4, 1234 # encoding: [0x70,0x64,0x04,0xd2]
|
/external/v8/src/mips/ |
constants-mips.h | 345 XORI = ((1U << 3) + 6) << kOpcodeShift, 896 OpcodeToBitNumber(XORI) | OpcodeToBitNumber(LUI) | [all...] |
disasm-mips.cc | [all...] |
/external/v8/src/mips64/ |
constants-mips64.h | 329 XORI = ((1U << 3) + 6) << kOpcodeShift, 942 OpcodeToBitNumber(ORI) | OpcodeToBitNumber(XORI) | [all...] |
/external/v8/src/regexp/ppc/ |
regexp-macro-assembler-ppc.cc | 551 __ xori(r3, current_character(), Operand(0x01)); 568 __ xori(r3, current_character(), Operand(0x01)); [all...] |