Searched refs:Set64 (Results 1 – 2 of 2) sorted by relevance
793 i->Ain.Set64.cond = cond; in AMD64Instr_Set64()794 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()1564 addHRegUse(u, HRmWrite, i->Ain.Set64.dst); in getRegUsage_AMD64Instr()1798 mapReg(m, &i->Ain.Set64.dst); in mapRegs_AMD64Instr()3017 reg = iregBits3210(i->Ain.Set64.dst); in emit_AMD64Instr()3030 *p++ = toUChar(0x90 + (0x0F & i->Ain.Set64.cond)); in emit_AMD64Instr()
527 } Set64; member