Home
last modified time | relevance | path

Searched refs:shco (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
Dguest_arm_helpers.c320 UInt shco = cc_dep2; in armg_calculate_flag_c() local
321 vassert((shco & ~1) == 0); in armg_calculate_flag_c()
322 UInt cf = shco; in armg_calculate_flag_c()
Dguest_arm_toIR.c2273 /*OUT*/IRTemp* shco, in mk_shifter_operand() argument
2284 if (shco) { in mk_shifter_operand()
2285 vassert(*shco == IRTemp_INVALID); in mk_shifter_operand()
2286 *shco = newTemp(Ity_I32); in mk_shifter_operand()
2297 if (shco) { in mk_shifter_operand()
2299 assign( *shco, mk_armg_calculate_flag_c() ); in mk_shifter_operand()
2301 assign( *shco, mkU32( (imm >> 31) & 1 ) ); in mk_shifter_operand()
2323 buf, shop, shco, rMt, how, shift_amt, rM in mk_shifter_operand()
2345 buf, shop, shco, rMt, how, rSt, rM, rS in mk_shifter_operand()
12194 IRTemp shco = IRTemp_INVALID; /* shifter carry out */ in disInstr_ARM_WRK() local
[all …]