Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_x86_defs.c721 i->Xin.Bsfr32.isFwds = isFwds; in X86Instr_Bsfr32()
722 i->Xin.Bsfr32.src = src; in X86Instr_Bsfr32()
723 i->Xin.Bsfr32.dst = dst; in X86Instr_Bsfr32()
1050 vex_printf("bs%cl ", i->Xin.Bsfr32.isFwds ? 'f' : 'r'); in ppX86Instr()
1051 ppHRegX86(i->Xin.Bsfr32.src); in ppX86Instr()
1053 ppHRegX86(i->Xin.Bsfr32.dst); in ppX86Instr()
1353 addHRegUse(u, HRmRead, i->Xin.Bsfr32.src); in getRegUsage_X86Instr()
1354 addHRegUse(u, HRmWrite, i->Xin.Bsfr32.dst); in getRegUsage_X86Instr()
1566 mapReg(m, &i->Xin.Bsfr32.src); in mapRegs_X86Instr()
1567 mapReg(m, &i->Xin.Bsfr32.dst); in mapRegs_X86Instr()
[all …]
Dhost_x86_defs.h510 } Bsfr32; member