Lines Matching refs:IRExpr_Get
1028 return IRExpr_Get(accumulatorGuestRegOffset(acNo), Ity_I64); in getAcc()
1036 return IRExpr_Get(offsetof(VexGuestMIPS32State, guest_DSPControl), Ity_I32); in getDSPControl()
1062 return IRExpr_Get(integerGuestRegOffset(iregNo), ty); in getIReg()
1069 return IRExpr_Get(offsetof(VexGuestMIPS64State, guest_HI), Ity_I64); in getHI()
1071 return IRExpr_Get(offsetof(VexGuestMIPS32State, guest_HI), Ity_I32); in getHI()
1077 return IRExpr_Get(offsetof(VexGuestMIPS64State, guest_LO), Ity_I64); in getLO()
1079 return IRExpr_Get(offsetof(VexGuestMIPS32State, guest_LO), Ity_I32); in getLO()
1085 return IRExpr_Get(offsetof(VexGuestMIPS64State, guest_FCSR), Ity_I32); in getFCSR()
1087 return IRExpr_Get(offsetof(VexGuestMIPS32State, guest_FCSR), Ity_I32); in getFCSR()
1202 return IRExpr_Get(offsetof(VexGuestMIPS64State, guest_ULR), Ity_I64); in getULR()
1204 return IRExpr_Get(offsetof(VexGuestMIPS32State, guest_ULR), Ity_I32); in getULR()
1414 return IRExpr_Get(floatGuestRegOffset(fregNo), ty); in getFReg()
1421 return IRExpr_Get(floatGuestRegOffset(dregNo), Ity_F64); in getDReg()
1501 assign(rm_MIPS, binop(Iop_And32, IRExpr_Get(offsetof(VexGuestMIPS64State, in get_IR_roundingmode()
1504 assign(rm_MIPS, binop(Iop_And32, IRExpr_Get(offsetof(VexGuestMIPS32State, in get_IR_roundingmode()
12124 putIReg(11, IRExpr_Get(offsetof(VexGuestMIPS64State, in disInstr_MIPS_WRK()
12127 putIReg(11, IRExpr_Get(offsetof(VexGuestMIPS32State, in disInstr_MIPS_WRK()
12922 IRExpr_Get(offsetof(VexGuestMIPS32State, in disInstr_MIPS_WRK()