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 824 const char *form_x = "'Xt, ['Xns'ILS]"; local
832 case STUR_x: mnemonic = "stur"; form = form_x; break;
838 case LDUR_x: mnemonic = "ldur"; form = form_x; break;
841 case LDURSB_x: form = form_x; // Fall through.
843 case LDURSH_x: form = form_x; // Fall through.
845 case LDURSW_x: mnemonic = "ldursw"; 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 56 milliseconds