Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_arm64_defs.c1124 i->ARM64in.VBinS.op = op; in ARM64Instr_VBinS()
1125 i->ARM64in.VBinS.dst = dst; in ARM64Instr_VBinS()
1126 i->ARM64in.VBinS.argL = argL; in ARM64Instr_VBinS()
1127 i->ARM64in.VBinS.argR = argR; in ARM64Instr_VBinS()
1709 vex_printf("f%s ", showARM64FpBinOp(i->ARM64in.VBinS.op)); in ppARM64Instr()
1710 ppHRegARM64asSreg(i->ARM64in.VBinS.dst); in ppARM64Instr()
1712 ppHRegARM64asSreg(i->ARM64in.VBinS.argL); in ppARM64Instr()
1714 ppHRegARM64asSreg(i->ARM64in.VBinS.argR); in ppARM64Instr()
2126 addHRegUse(u, HRmWrite, i->ARM64in.VBinS.dst); in getRegUsage_ARM64Instr()
2127 addHRegUse(u, HRmRead, i->ARM64in.VBinS.argL); in getRegUsage_ARM64Instr()
[all …]
Dhost_arm64_defs.h761 } VBinS; member