Searched refs:Set32 (Results 1 – 2 of 2) sorted by relevance
711 i->Xin.Set32.cond = cond; in X86Instr_Set32()712 i->Xin.Set32.dst = dst; in X86Instr_Set32()1041 vex_printf("setl%s ", showX86CondCode(i->Xin.Set32.cond)); in ppX86Instr()1042 ppHRegX86(i->Xin.Set32.dst); in ppX86Instr()1345 addHRegUse(u, HRmWrite, i->Xin.Set32.dst); in getRegUsage_X86Instr()1558 mapReg(m, &i->Xin.Set32.dst); in mapRegs_X86Instr()2638 if (iregNo(i->Xin.Set32.dst) >= 4) { in emit_X86Instr()2640 *p++ = toUChar(0x90 + iregNo(i->Xin.Set32.dst)); in emit_X86Instr()2646 *p++ = toUChar(0x90 + (0xF & i->Xin.Set32.cond)); in emit_X86Instr()2649 *p++ = toUChar(0x90 + iregNo(i->Xin.Set32.dst)); in emit_X86Instr()[all …]
500 } Set32; member