Lines Matching refs:IREndness
259 IREndness; typedef
2035 IREndness end; /* Endian-ness of the load */
2167 extern IRExpr* IRExpr_Load ( IREndness end, IRType ty, IRExpr* addr );
2511 IREndness end; /* endianness of the data in memory */
2523 IREndness end, IRExpr* addr,
2560 IREndness end; /* Endianness of the store */
2604 IREndness end; /* Endianness of the load */
2619 extern IRStoreG* mkIRStoreG ( IREndness end,
2623 extern IRLoadG* mkIRLoadG ( IREndness end, IRLoadGOp cvt,
2766 IREndness end; /* Endianness of the store */
2852 IREndness end;
2907 extern IRStmt* IRStmt_Store ( IREndness end, IRExpr* addr, IRExpr* data );
2908 extern IRStmt* IRStmt_StoreG ( IREndness end, IRExpr* addr, IRExpr* data,
2910 extern IRStmt* IRStmt_LoadG ( IREndness end, IRLoadGOp cvt, IRTemp dst,
2913 extern IRStmt* IRStmt_LLSC ( IREndness end, IRTemp result,
3029 void vex_inject_ir(IRSB *, IREndness);