Home
last modified time | relevance | path

Searched refs:CASFixed (Results 1 – 1 of 1) sorted by relevance

/external/vixl/src/aarch64/
Dconstants-aarch64.h1030 CASFixed = LoadStoreExclusiveFixed | 0x80A00000, enumerator
1034 CAS_w = CASFixed,
1035 CAS_x = CASFixed | LSEBit_sz,
1036 CASA_w = CASFixed | LSEBit_l,
1037 CASA_x = CASFixed | LSEBit_l | LSEBit_sz,
1038 CASL_w = CASFixed | LSEBit_o0,
1039 CASL_x = CASFixed | LSEBit_o0 | LSEBit_sz,
1040 CASAL_w = CASFixed | LSEBit_l | LSEBit_o0,
1041 CASAL_x = CASFixed | LSEBit_l | LSEBit_o0 | LSEBit_sz,