Home
last modified time | relevance | path

Searched refs:Bsfr64 (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_amd64_defs.c789 i->Ain.Bsfr64.isFwds = isFwds; in AMD64Instr_Bsfr64()
790 i->Ain.Bsfr64.src = src; in AMD64Instr_Bsfr64()
791 i->Ain.Bsfr64.dst = dst; in AMD64Instr_Bsfr64()
1183 vex_printf("bs%cq ", i->Ain.Bsfr64.isFwds ? 'f' : 'r'); in ppAMD64Instr()
1184 ppHRegAMD64(i->Ain.Bsfr64.src); in ppAMD64Instr()
1186 ppHRegAMD64(i->Ain.Bsfr64.dst); in ppAMD64Instr()
1514 addHRegUse(u, HRmRead, i->Ain.Bsfr64.src); in getRegUsage_AMD64Instr()
1515 addHRegUse(u, HRmWrite, i->Ain.Bsfr64.dst); in getRegUsage_AMD64Instr()
1754 mapReg(m, &i->Ain.Bsfr64.src); in mapRegs_AMD64Instr()
1755 mapReg(m, &i->Ain.Bsfr64.dst); in mapRegs_AMD64Instr()
[all …]
Dhost_amd64_defs.h553 } Bsfr64; member