HomeSort by relevance Sort by last modified time
    Searched refs:XORI (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/v8/src/mips/
constants-mips.cc 323 case XORI:
constants-mips.h 272 XORI = ((1 << 3) + 6) << kOpcodeShift,
simulator-mips.cc     [all...]
assembler-mips.cc 1275 void Assembler::xori(Register rt, Register rs, int32_t j) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips/
constants-mips.cc 317 case XORI:
constants-mips.h 269 XORI = ((1 << 3) + 6) << kOpcodeShift,
simulator-mips.cc     [all...]
assembler-mips.cc 1268 void Assembler::xori(Register rt, Register rs, int32_t j) { function in class:v8::Assembler
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 319 #define XORI OPCD(26)
1136 tcg_out32 (s, XORI | RS (arg1) | RA (0) | arg2);
1167 tcg_out32 (s, XORI | RS (arg1) | RA (0) | arg2);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 307 #define XORI OPCD( 26)
1064 tcg_out32 (s, XORI | RS (arg1) | RA (0) | arg2);
1102 tcg_out32 (s, XORI | RS (arg1) | RA (0) | arg2);
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 311 void XORI(int Rt, int Rs, uint16_t imm);
MIPSAssembler.cpp 463 mMips->XORI(Rd, Rn, src);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 784 return CurDAG->SelectNodeTo(N, PPC::XORI, MVT::i32, Op,
    [all...]
PPCISelLowering.cpp     [all...]
  /external/valgrind/main/none/tests/mips32/
MIPS32int.stdout.exp     [all...]

Completed in 639 milliseconds