Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dconstants-ppc.h247 LFSUX = 567 << 1, // load float-single w/ update x-form enumerator
Ddisasm-ppc.cc585 case LFSUX: { in DecodeExt2()
Dsimulator-ppc.cc1790 case LFSUX: in ExecuteExt2_10bit()
1800 if (opcode == LFSUX) { in ExecuteExt2_10bit()
Dassembler-ppc.cc2000 emit(EXT2 | LFSUX | frt.code() * B21 | ra.code() * B16 | rb.code() * B11 | in lfsux()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2548 case MVT::f32: Opcode = PPC::LFSUX; break; in Select()
DPPCInstrInfo.td1659 def LFSUX : XForm_1<31, 567, (outs f4rc:$rD, ptr_rc_nor0:$ea_result),