Searched refs:shco (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_helpers.c | 321 UInt shco = cc_dep2; in armg_calculate_flag_c() local 322 vassert((shco & ~1) == 0); in armg_calculate_flag_c() 323 UInt cf = shco; in armg_calculate_flag_c()
|
D | guest_arm_toIR.c | 2285 /*OUT*/IRTemp* shco, in mk_shifter_operand() argument 2296 if (shco) { in mk_shifter_operand() 2297 vassert(*shco == IRTemp_INVALID); in mk_shifter_operand() 2298 *shco = newTemp(Ity_I32); in mk_shifter_operand() 2309 if (shco) { in mk_shifter_operand() 2311 assign( *shco, mk_armg_calculate_flag_c() ); in mk_shifter_operand() 2313 assign( *shco, mkU32( (imm >> 31) & 1 ) ); in mk_shifter_operand() 2335 buf, shop, shco, rMt, how, shift_amt, rM in mk_shifter_operand() 2357 buf, shop, shco, rMt, how, rSt, rM, rS in mk_shifter_operand() 14774 IRTemp shco = IRTemp_INVALID; /* shifter carry out */ in disInstr_ARM_WRK() local [all …]
|