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

/external/valgrind/main/VEX/priv/
H A Dhost_x86_defs.c714 i->Xin.Set32.cond = cond;
715 i->Xin.Set32.dst = dst;
1046 vex_printf("setl%s ", showX86CondCode(i->Xin.Set32.cond));
1047 ppHRegX86(i->Xin.Set32.dst);
1350 addHRegUse(u, HRmWrite, i->Xin.Set32.dst);
1563 mapReg(m, &i->Xin.Set32.dst);
2671 if (iregNo(i->Xin.Set32.dst) >= 4) {
2673 *p++ = toUChar(0x90 + iregNo(i->Xin.Set32.dst));
2679 *p++ = toUChar(0x90 + (0xF & i->Xin.Set32.cond));
2682 *p++ = toUChar(0x90 + iregNo(i->Xin.Set32
[all...]
H A Dhost_x86_defs.h504 } Set32; member in union:__anon31281::__anon31282

Completed in 249 milliseconds