Searched refs:Bsfr64 (Results 1 – 2 of 2) sorted by relevance
800 i->Ain.Bsfr64.isFwds = isFwds; in AMD64Instr_Bsfr64()801 i->Ain.Bsfr64.src = src; in AMD64Instr_Bsfr64()802 i->Ain.Bsfr64.dst = dst; in AMD64Instr_Bsfr64()1205 vex_printf("bs%cq ", i->Ain.Bsfr64.isFwds ? 'f' : 'r'); in ppAMD64Instr()1206 ppHRegAMD64(i->Ain.Bsfr64.src); in ppAMD64Instr()1208 ppHRegAMD64(i->Ain.Bsfr64.dst); in ppAMD64Instr()1567 addHRegUse(u, HRmRead, i->Ain.Bsfr64.src); in getRegUsage_AMD64Instr()1568 addHRegUse(u, HRmWrite, i->Ain.Bsfr64.dst); in getRegUsage_AMD64Instr()1801 mapReg(m, &i->Ain.Bsfr64.src); in mapRegs_AMD64Instr()1802 mapReg(m, &i->Ain.Bsfr64.dst); in mapRegs_AMD64Instr()[all …]
533 } Bsfr64; member