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

/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c21314 Bool isH = INSN1(11,0) == 0xF5F; local
21320 res = newTemp(isH ? Ity_I16 : Ity_I8);
21323 putIRegT(rT, unop(isH ? Iop_16Uto32 : Iop_8Uto32, mkexpr(res)),
21325 DIP("ldrex%c r%u, [r%u]\n", isH ? 'h' : 'b', rT, rN);
21387 Bool isH = INSN1(11,4) == 0xF5; local
21397 unop(isH ? Iop_32to16 : Iop_32to8,
21405 DIP("strex%c r%u, r%u, [r%u]\n", isH ? 'h' : 'b', rD, rT, rN);
H A Dguest_x86_toIR.c11797 Bool isH = insn[2] == 0x16; local
11803 DIP("movs%cdup %s,%s\n", isH ? 'h' : 'l',
11811 DIP("movs%cdup %s,%s\n", isH ? 'h' : 'l',
11819 isH ? mk128from32s( s3, s3, s1, s1 )

Completed in 110 milliseconds