Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dconstants-ppc.h250 LFDUX = 631 << 1, // load float-double w/ update X-form enumerator
Ddisasm-ppc.cc593 case LFDUX: { in DecodeExt2()
Dsimulator-ppc.cc1806 case LFDUX: in ExecuteExt2_10bit()
1815 if (opcode == LFDUX) { in ExecuteExt2_10bit()
Dassembler-ppc.cc1960 emit(EXT2 | LFDUX | frt.code() * B21 | ra.code() * B16 | rb.code() * B11 | in lfdux()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2547 case MVT::f64: Opcode = PPC::LFDUX; break; in Select()
DPPCInstrInfo.td1665 def LFDUX : XForm_1<31, 631, (outs f8rc:$rD, ptr_rc_nor0:$ea_result),