Home | History | Annotate | Download | only in AArch64

Lines Matching full:sbfx

217 		// Otherwise SBFX/UBFX is the preferred form
218 SStream_concat(O, "%s\t%s, %s, ", (IsSigned ? "sbfx" : "ubfx"),
225 MCInst_setOpcodePub(MI, AArch64_map_insn(IsSigned ? "sbfx" : "ubfx"));