Searched refs:Set32 (Results 1 – 2 of 2) sorted by relevance
714 i->Xin.Set32.cond = cond; in X86Instr_Set32()715 i->Xin.Set32.dst = dst; in X86Instr_Set32()1046 vex_printf("setl%s ", showX86CondCode(i->Xin.Set32.cond)); in ppX86Instr()1047 ppHRegX86(i->Xin.Set32.dst); in ppX86Instr()1350 addHRegUse(u, HRmWrite, i->Xin.Set32.dst); in getRegUsage_X86Instr()1563 mapReg(m, &i->Xin.Set32.dst); in mapRegs_X86Instr()2671 if (iregNo(i->Xin.Set32.dst) >= 4) { in emit_X86Instr()2673 *p++ = toUChar(0x90 + iregNo(i->Xin.Set32.dst)); in emit_X86Instr()2679 *p++ = toUChar(0x90 + (0xF & i->Xin.Set32.cond)); in emit_X86Instr()2682 *p++ = toUChar(0x90 + iregNo(i->Xin.Set32.dst)); in emit_X86Instr()[all …]
504 } Set32; member