Searched refs:Set64 (Results 1 – 2 of 2) sorted by relevance
782 i->Ain.Set64.cond = cond; in AMD64Instr_Set64()783 i->Ain.Set64.dst = dst; in AMD64Instr_Set64()1201 vex_printf("setq%s ", showAMD64CondCode(i->Ain.Set64.cond)); in ppAMD64Instr()1202 ppHRegAMD64(i->Ain.Set64.dst); in ppAMD64Instr()1551 addHRegUse(u, HRmWrite, i->Ain.Set64.dst); in getRegUsage_AMD64Instr()1799 mapReg(m, &i->Ain.Set64.dst); in mapRegs_AMD64Instr()3243 reg = iregEnc3210(i->Ain.Set64.dst); in emit_AMD64Instr()3256 *p++ = toUChar(0x90 + (0x0F & i->Ain.Set64.cond)); in emit_AMD64Instr()
549 } Set64; member