Lines Matching refs:IRExpr_Get
1166 return IRExpr_Get( integerGuestRegOffset(archreg), ty ); in getIReg()
1263 return IRExpr_Get( floatGuestRegOffset(archreg), Ity_F64 ); in getFReg()
1278 e = IRExpr_Get( floatGuestRegOffset( archreg ), Ity_D64 ); in getDReg()
1284 e = IRExpr_Get( floatGuestRegOffset( archreg ), Ity_D32 ); in getDReg32()
1444 return IRExpr_Get( vectorGuestRegOffset(archreg), Ity_V128 ); in getVReg()
1459 return IRExpr_Get( vsxGuestRegOffset(archreg), Ity_V128 ); in getVSReg()
1854 return IRExpr_Get(guestCR0offset(cr), Ity_I8); in getCR0()
1860 return IRExpr_Get(guestCR321offset(cr), Ity_I8); in getCR321()
2054 return IRExpr_Get( OFFB_XER_SO, Ity_I8 ); in getXER_SO()
2064 return IRExpr_Get( OFFB_XER_OV, Ity_I8 ); in getXER_OV()
2074 IRExpr* ca = IRExpr_Get( OFFB_XER_CA, Ity_I8 ); in getXER_CA32()
2080 return IRExpr_Get( OFFB_XER_BC, Ity_I8 ); in getXER_BC()
2085 IRExpr* bc = IRExpr_Get( OFFB_XER_BC, Ity_I8 ); in getXER_BC32()
2696 return IRExpr_Get( OFFB_SPRG3_RO, ty ); in getGST()
2699 return IRExpr_Get( OFFB_CIA, ty ); in getGST()
2702 return IRExpr_Get( OFFB_LR, ty ); in getGST()
2705 return IRExpr_Get( OFFB_CTR, ty ); in getGST()
2708 return IRExpr_Get( OFFB_VRSAVE, Ity_I32 ); in getGST()
2711 return binop(Iop_And32, IRExpr_Get( OFFB_VSCR,Ity_I32 ), in getGST()
2749 return IRExpr_Get( OFFB_TFHAR, ty ); in getGST()
2752 return IRExpr_Get( OFFB_TEXASR, ty ); in getGST()
2755 return IRExpr_Get( OFFB_TEXASRU, ty ); in getGST()
2758 return IRExpr_Get( OFFB_TFIAR, ty ); in getGST()
2761 return IRExpr_Get( OFFB_PPR, ty ); in getGST()
2764 return unop( Iop_64HIto32, IRExpr_Get( OFFB_PPR, ty ) ); in getGST()
2767 return IRExpr_Get( OFFB_PSPB, ty ); in getGST()
2793 assign( val, unop( Iop_8Uto32, IRExpr_Get( OFFB_FPROUND, Ity_I8 ) ) ); in getGST_masked()
2826 unop( Iop_8Uto32, IRExpr_Get( OFFB_DFPROUND, Ity_I8 ) ), in getGST_masked_upper()
2976 IRExpr_Get( OFFB_PSPB, Ity_I32 ) ) ); in putGST()
3025 IRExpr_Get( OFFB_PPR, ty ), in putGST()
3074 unop(Iop_8Uto32, IRExpr_Get(OFFB_FPROUND,Ity_I8)), in putGST_masked()
3099 unop(Iop_8Uto32, IRExpr_Get(OFFB_DFPROUND,Ity_I8)), in putGST_masked()
19117 putIReg(3, IRExpr_Get( OFFB_NRADDR, ty )); in disInstr_PPC_WRK()
19146 putIReg(3, IRExpr_Get( OFFB_NRADDR_GPR2, ty )); in disInstr_PPC_WRK()