Home | History | Annotate | Download | only in priv

Lines Matching refs:IREndness

1762 IRExpr* IRExpr_Load ( IREndness end, IRType ty, IRExpr* addr ) {
1917 IREndness end, IRExpr* addr,
1949 IRStoreG* mkIRStoreG ( IREndness end,
1960 IRLoadG* mkIRLoadG ( IREndness end, IRLoadGOp cvt,
2019 IRStmt* IRStmt_Store ( IREndness end, IRExpr* addr, IRExpr* data ) {
2028 IRStmt* IRStmt_StoreG ( IREndness end, IRExpr* addr, IRExpr* data,
2036 IRStmt* IRStmt_LoadG ( IREndness end, IRLoadGOp cvt, IRTemp dst,
2049 IRStmt* IRStmt_LLSC ( IREndness end,