Home | History | Annotate | Download | only in AArch64

Lines Matching full:b001

313     def w_uxth : A64I_addsubext<sf, op, S, 0b00, 0b001,
1891 def BRKi : A64I_exceptImpl<0b001, 0b00, "brk">;
2223 def FCVTZUwsi : A64I_fptofix<0b0, 0b00, 0b001, GPR32, FPR32,
2225 def FCVTZUxsi : A64I_fptofix<0b1, 0b00, 0b001, GPR64, FPR32,
2232 def FCVTZUwdi : A64I_fptofix<0b0, 0b01, 0b001, GPR32, FPR64,
2234 def FCVTZUxdi : A64I_fptofix<0b1, 0b01, 0b001, GPR64, FPR64,
2543 defm STLXR : A64I_SRex<"stlxr", 0b001, "STLXR">;
2580 defm LDAXR : A64I_LRex<"ldaxr", 0b001>;