Searched refs:Set64 (Results 1 – 2 of 2) sorted by relevance
779 i->Ain.Set64.cond = cond; in AMD64Instr_Set64()780 i->Ain.Set64.dst = dst; in AMD64Instr_Set64()1155 vex_printf("setq%s ", showAMD64CondCode(i->Ain.Set64.cond)); in ppAMD64Instr()1156 ppHRegAMD64(i->Ain.Set64.dst); in ppAMD64Instr()1479 addHRegUse(u, HRmWrite, i->Ain.Set64.dst); in getRegUsage_AMD64Instr()1711 mapReg(m, &i->Ain.Set64.dst); in mapRegs_AMD64Instr()2975 reg = iregBits3210(i->Ain.Set64.dst); in emit_AMD64Instr()2988 *p++ = toUChar(0x90 + (0x0F & i->Ain.Set64.cond)); in emit_AMD64Instr()
531 } Set64; member