Lines Matching refs:Set32
713 i->Xin.Set32.cond = cond; in X86Instr_Set32()
714 i->Xin.Set32.dst = dst; in X86Instr_Set32()
1045 vex_printf("setl%s ", showX86CondCode(i->Xin.Set32.cond)); in ppX86Instr()
1046 ppHRegX86(i->Xin.Set32.dst); in ppX86Instr()
1349 addHRegUse(u, HRmWrite, i->Xin.Set32.dst); in getRegUsage_X86Instr()
1562 mapReg(m, &i->Xin.Set32.dst); in mapRegs_X86Instr()
2685 if (iregEnc(i->Xin.Set32.dst) >= 4) { in emit_X86Instr()
2687 *p++ = toUChar(0x90 + iregEnc(i->Xin.Set32.dst)); in emit_X86Instr()
2693 *p++ = toUChar(0x90 + (0xF & i->Xin.Set32.cond)); in emit_X86Instr()
2696 *p++ = toUChar(0x90 + iregEnc(i->Xin.Set32.dst)); in emit_X86Instr()
2699 *p++ = toUChar(0xB8 + iregEnc(i->Xin.Set32.dst)); in emit_X86Instr()
2703 *p++ = toUChar(0x90 + (0xF & i->Xin.Set32.cond)); in emit_X86Instr()
2704 p = doAMode_R_enc_reg(p, 0, i->Xin.Set32.dst); in emit_X86Instr()