HomeSort by relevance Sort by last modified time
    Searched refs:form_x (Results 1 - 2 of 2) sorted by null

  /external/v8/src/arm64/
disasm-arm64.cc 822 const char *form_x = "'Xt, ['Xns'ILS]"; local
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]"; local
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
    [all...]
  /external/vixl/src/vixl/a64/
disasm-a64.cc 866 const char *form_x = "'Xt, ['Xns'ILS]"; local
878 case STUR_x: mnemonic = "stur"; form = form_x; break;
887 case LDUR_x: mnemonic = "ldur"; form = form_x; break;
893 case LDURSB_x: form = form_x; VIXL_FALLTHROUGH();
895 case LDURSH_x: form = form_x; VIXL_FALLTHROUGH();
897 case LDURSW_x: mnemonic = "ldursw"; form = form_x; break;
    [all...]

Completed in 122 milliseconds