Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.c720 i->Xin.Bsfr32.isFwds = isFwds; in X86Instr_Bsfr32()
721 i->Xin.Bsfr32.src = src; in X86Instr_Bsfr32()
722 i->Xin.Bsfr32.dst = dst; in X86Instr_Bsfr32()
1049 vex_printf("bs%cl ", i->Xin.Bsfr32.isFwds ? 'f' : 'r'); in ppX86Instr()
1050 ppHRegX86(i->Xin.Bsfr32.src); in ppX86Instr()
1052 ppHRegX86(i->Xin.Bsfr32.dst); in ppX86Instr()
1352 addHRegUse(u, HRmRead, i->Xin.Bsfr32.src); in getRegUsage_X86Instr()
1353 addHRegUse(u, HRmWrite, i->Xin.Bsfr32.dst); in getRegUsage_X86Instr()
1565 mapReg(m, &i->Xin.Bsfr32.src); in mapRegs_X86Instr()
1566 mapReg(m, &i->Xin.Bsfr32.dst); in mapRegs_X86Instr()
[all …]
Dhost_x86_defs.h513 } Bsfr32; member