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

/external/valgrind/main/VEX/priv/
H A Dhost_x86_defs.h595 } SseConst; member in union:__anon31281::__anon31282
H A Dhost_x86_defs.c828 i->Xin.SseConst.con = con;
829 i->Xin.SseConst.dst = dst;
1142 vex_printf("const $0x%04x,", (Int)i->Xin.SseConst.con);
1143 ppHRegX86(i->Xin.SseConst.dst);
1419 addHRegUse(u, HRmWrite, i->Xin.SseConst.dst);
1613 mapReg(m, &i->Xin.SseConst.dst);
3037 UShort con = i->Xin.SseConst.con;
3045 *p++ = toUChar(0x04 + 8 * (7 & vregNo(i->Xin.SseConst.dst)));

Completed in 154 milliseconds