Home | History | Annotate | Download | only in priv

Lines Matching refs:IREndness

1855 IRExpr* IRExpr_Load ( IREndness end, IRType ty, IRExpr* addr ) {
2010 IREndness end, IRExpr* addr,
2042 IRStoreG* mkIRStoreG ( IREndness end,
2053 IRLoadG* mkIRLoadG ( IREndness end, IRLoadGOp cvt,
2112 IRStmt* IRStmt_Store ( IREndness end, IRExpr* addr, IRExpr* data ) {
2121 IRStmt* IRStmt_StoreG ( IREndness end, IRExpr* addr, IRExpr* data,
2129 IRStmt* IRStmt_LoadG ( IREndness end, IRLoadGOp cvt, IRTemp dst,
2142 IRStmt* IRStmt_LLSC ( IREndness end,