Searched refs:LFDUX (Results 1 – 7 of 7) sorted by relevance
100 case PPC::LFDUX: in runOnMachineFunction()
2561 case MVT::f64: Opcode = PPC::LFDUX; break; in Select()
1727 def LFDUX : XForm_1<31, 631, (outs f8rc:$rD, ptr_rc_nor0:$ea_result),
252 LFDUX = 631 << 1, // load float-double w/ update X-form enumerator
594 case LFDUX: { in DecodeExt2()
1805 case LFDUX: in ExecuteExt2_10bit()1814 if (opcode == LFDUX) { in ExecuteExt2_10bit()
2003 emit(EXT2 | LFDUX | frt.code() * B21 | ra.code() * B16 | rb.code() * B11 | in lfdux()