Searched refs:subOpc (Results 1 – 1 of 1) sorted by relevance
4178 UInt subOpc = 0; in emit_ARM64Instr() local4180 case ARM64sh_SHL: subOpc = X001000; break; in emit_ARM64Instr()4181 case ARM64sh_SHR: subOpc = X001001; break; in emit_ARM64Instr()4182 case ARM64sh_SAR: subOpc = X001010; break; in emit_ARM64Instr()4185 *p++ = X_3_8_5_6_5_5(X100, X11010110, rM, subOpc, rN, rD); in emit_ARM64Instr()