Searched refs:resSC1 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 13444 IRTemp resSC1, resSC32, data; in decode_V8_instruction() local 13463 resSC1 = newTemp(Ity_I1); in decode_V8_instruction() 13465 stmt( IRStmt_LLSC(Iend_LE, resSC1, ea, mkexpr(data)) ); in decode_V8_instruction() 13471 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in decode_V8_instruction() 17661 IRTemp resSC1, resSC32, data; in disInstr_ARM_WRK() local 17676 resSC1 = newTemp(Ity_I1); in disInstr_ARM_WRK() 17678 stmt( IRStmt_LLSC(Iend_LE, resSC1, getIRegA(rN), mkexpr(data)) ); in disInstr_ARM_WRK() 17684 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_ARM_WRK() 22953 IRTemp resSC1, resSC32; in disInstr_THUMB_WRK() local 22958 resSC1 = newTemp(Ity_I1); in disInstr_THUMB_WRK() [all …]
|