Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_arm64_defs.h865 UInt amtB; member
976 HReg srcLo, HReg srcHi, UInt amtB );
Dhost_arm64_defs.c1275 ARM64Instr* ARM64Instr_VExtV ( HReg dst, HReg srcLo, HReg srcHi, UInt amtB ) { in ARM64Instr_VExtV() argument
1281 i->ARM64in.VExtV.amtB = amtB; in ARM64Instr_VExtV()
1282 vassert(amtB >= 1 && amtB <= 15); in ARM64Instr_VExtV()
1844 vex_printf(".16b, #%u", i->ARM64in.VExtV.amtB); in ppARM64Instr()
5283 UInt imm4 = i->ARM64in.VExtV.amtB; in emit_ARM64Instr()