Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.c827 i->Xin.SseConst.con = con; in X86Instr_SseConst()
828 i->Xin.SseConst.dst = dst; in X86Instr_SseConst()
1141 vex_printf("const $0x%04x,", (Int)i->Xin.SseConst.con); in ppX86Instr()
1142 ppHRegX86(i->Xin.SseConst.dst); in ppX86Instr()
1418 addHRegUse(u, HRmWrite, i->Xin.SseConst.dst); in getRegUsage_X86Instr()
1612 mapReg(m, &i->Xin.SseConst.dst); in mapRegs_X86Instr()
3042 UShort con = i->Xin.SseConst.con; in emit_X86Instr()
3050 *p++ = toUChar(0x04 + 8 * (7 & vregEnc(i->Xin.SseConst.dst))); in emit_X86Instr()
Dhost_x86_defs.h598 } SseConst; member