Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_arm64_defs.c1136 i->ARM64in.VBinS.op = op; in ARM64Instr_VBinS()
1137 i->ARM64in.VBinS.dst = dst; in ARM64Instr_VBinS()
1138 i->ARM64in.VBinS.argL = argL; in ARM64Instr_VBinS()
1139 i->ARM64in.VBinS.argR = argR; in ARM64Instr_VBinS()
1728 vex_printf("f%s ", showARM64FpBinOp(i->ARM64in.VBinS.op)); in ppARM64Instr()
1729 ppHRegARM64asSreg(i->ARM64in.VBinS.dst); in ppARM64Instr()
1731 ppHRegARM64asSreg(i->ARM64in.VBinS.argL); in ppARM64Instr()
1733 ppHRegARM64asSreg(i->ARM64in.VBinS.argR); in ppARM64Instr()
2155 addHRegUse(u, HRmWrite, i->ARM64in.VBinS.dst); in getRegUsage_ARM64Instr()
2156 addHRegUse(u, HRmRead, i->ARM64in.VBinS.argL); in getRegUsage_ARM64Instr()
[all …]
Dhost_arm64_defs.h792 } VBinS; member