Lines Matching refs:IRExpr
98 static IRExpr *mkU8 ( UInt i ) in mkU8()
104 static IRExpr *mkU32 ( UInt i ) in mkU32()
110 static IRExpr *mkU64 ( ULong i ) in mkU64()
115 static IRExpr *mkexpr ( IRTemp tmp ) in mkexpr()
120 static IRExpr *unop ( IROp op, IRExpr * a ) in unop()
125 static IRExpr *binop ( IROp op, IRExpr * a1, IRExpr * a2 ) in binop()
130 static IRExpr *load ( IRType ty, IRExpr * addr ) in load()
132 IRExpr *load1 = NULL; in load()
146 static void putPC ( IRExpr * e ) in putPC()
151 static void assign ( IRTemp dst, IRExpr * e ) in assign()
156 static void store ( IRExpr * addr, IRExpr * data ) in store()
178 static IRExpr *getIReg ( UInt iregNo ) in getIReg()
189 static void putIReg ( UInt archreg, IRExpr * e ) in putIReg()
204 static IRExpr *narrowTo ( IRType dst_ty, IRExpr * e ) in narrowTo()
242 static IRStmt* dis_branch ( IRExpr* guard, ULong imm ) in dis_branch()
317 IRExpr *next = NULL; /* Next bundle expr. */ in disInstr_TILEGX_WRK()
2423 IRExpr *opc_oprand[5]; in disInstr_TILEGX_WRK()
2446 IRExpr **args = mkIRExprVec_5(opc_oprand[0], opc_oprand[1], in disInstr_TILEGX_WRK()