Home
last modified time | relevance | path

Searched refs:LWZUX (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ppc/
Dconstants-ppc.h190 LWZUX = 55 << 1, // load word zero w/ update x-form enumerator
Ddisasm-ppc.cc806 case LWZUX: { in DecodeExt2()
Dsimulator-ppc.cc2555 case LWZUX: { in ExecuteExt2_9bit_part2()
2562 if (opcode == LWZUX) { in ExecuteExt2_9bit_part2()
Dassembler-ppc.cc1170 emit(EXT2 | LWZUX | rt.code() * B21 | ra.code() * B16 | rb.code() * B11 | in lwzux()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2549 case MVT::i32: Opcode = PPC::LWZUX; break; in Select()
DPPCInstrInfo.td1653 def LWZUX : XForm_1<31, 55, (outs gprc:$rD, ptr_rc_nor0:$ea_result),