Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_arm64_defs.c3411 UInt subOpc = 0; in emit_ARM64Instr() local
3413 case ARM64sh_SHL: subOpc = X001000; break; in emit_ARM64Instr()
3414 case ARM64sh_SHR: subOpc = X001001; break; in emit_ARM64Instr()
3415 case ARM64sh_SAR: subOpc = X001010; break; in emit_ARM64Instr()
3418 *p++ = X_3_8_5_6_5_5(X100, X11010110, rM, subOpc, rN, rD); in emit_ARM64Instr()