Lines Matching refs:PPCRI
381 PPCRI* PPCRI_Imm ( ULong imm64 ) { in PPCRI_Imm()
382 PPCRI* op = LibVEX_Alloc_inline(sizeof(PPCRI)); in PPCRI_Imm()
387 PPCRI* PPCRI_Reg ( HReg reg ) { in PPCRI_Reg()
388 PPCRI* op = LibVEX_Alloc_inline(sizeof(PPCRI)); in PPCRI_Reg()
394 void ppPPCRI ( PPCRI* dst ) { in ppPPCRI()
410 static void addRegUsage_PPCRI ( HRegUsage* u, PPCRI* dst ) { in addRegUsage_PPCRI()
422 static void mapRegs_PPCRI ( HRegRemap* m, PPCRI* dst ) { in mapRegs_PPCRI()
836 HReg dst, PPCRI* src ) { in PPCInstr_CMov()
983 PPCInstr* PPCInstr_DfpShift ( PPCFpOp op, HReg dst, HReg src, PPCRI* shift ) { in PPCInstr_DfpShift()
1017 PPCRI* shift ) { in PPCInstr_DfpShift128()
1028 PPCInstr* PPCInstr_DfpRound ( HReg dst, HReg src, PPCRI* r_rmc ) { in PPCInstr_DfpRound()
1037 HReg src_lo, PPCRI* r_rmc ) { in PPCInstr_DfpRound128()
1048 PPCRI* rmc ) { in PPCInstr_DfpQuantize()
1059 HReg src_hi, HReg src_lo, PPCRI* rmc ) { in PPCInstr_DfpQuantize128()
1409 HReg src, PPCRI* s_field ) { in PPCInstr_AvHashV128Binary()
1419 HReg src1, HReg src2, PPCRI* ps ) { in PPCInstr_AvBCDV128Trinary()
5096 PPCRI* s_field = i->Pin.AvHashV128Binary.s_field; in emit_PPCInstr()
5111 PPCRI* ps = i->Pin.AvBCDV128Trinary.ps; in emit_PPCInstr()