Searched refs:shop (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c1743 "res" (the result) is a.k.a. "shop", shifter operand
2090 // shop = Rm `ror` (amt & 31)
2298 to a temporary, and return that via *shop. If shco is non-NULL,
2311 /*OUT*/IRTemp* shop,
2320 vassert(shop && *shop == IRTemp_INVALID);
2321 *shop = newTemp(Ity_I32);
2344 assign( *shop, mkU32(imm) );
2362 buf, shop, shco, rMt, how, shift_amt, rM
2384 buf, shop, shc
2310 mk_shifter_operand( UInt insn_25, UInt insn_11_0, IRTemp* shop, IRTemp* shco, HChar* buf ) argument
16238 IRTemp shop = IRTemp_INVALID; /* shifter operand */ local
[all...]

Completed in 87 milliseconds