Searched refs:subOpc (Results 1 – 1 of 1) sorted by relevance
3411 UInt subOpc = 0; in emit_ARM64Instr() local3413 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()