Searched refs:form_x (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/arm64/
H A Ddisasm-arm64.cc824 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;
/external/vixl/src/a64/
H A Ddisasm-a64.cc831 const char *form_x = "'Xt, ['Xns'ILS]"; local
839 case STUR_x: mnemonic = "stur"; form = form_x; break;
845 case LDUR_x: mnemonic = "ldur"; form = form_x; break;
848 case LDURSB_x: form = form_x; // Fall through.
850 case LDURSH_x: form = form_x; // Fall through.
852 case LDURSW_x: mnemonic = "ldursw"; form = form_x; break;

Completed in 29 milliseconds