Home | History | Annotate | Download | only in arm64

Lines Matching refs:form_x

822   const char *form_x = "'Xt, ['Xns'ILS]";
830 case STUR_x: mnemonic = "stur"; form = form_x; break;
836 case LDUR_x: mnemonic = "ldur"; form = form_x; break;
839 case LDURSB_x: form = form_x; // Fall through.
841 case LDURSH_x: form = form_x; // Fall through.
843 case LDURSW_x: mnemonic = "ldursw"; form = form_x; break;
920 const char *form_x = "'Xt, ['Xn]";
934 case LDAXR_x: mnemonic = "ldaxr"; form = form_x; break;
935 case STLR_x: mnemonic = "stlr"; form = form_x; break;
936 case LDAR_x: mnemonic = "ldar"; form = form_x; break;