Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dconstants-aarch64.h1033 CASPFixed = LoadStoreExclusiveFixed | 0x00200000, enumerator
1050 CASP_w = CASPFixed,
1051 CASP_x = CASPFixed | LSEBit_sz,
1052 CASPA_w = CASPFixed | LSEBit_l,
1053 CASPA_x = CASPFixed | LSEBit_l | LSEBit_sz,
1054 CASPL_w = CASPFixed | LSEBit_o0,
1055 CASPL_x = CASPFixed | LSEBit_o0 | LSEBit_sz,
1056 CASPAL_w = CASPFixed | LSEBit_l | LSEBit_o0,
1057 CASPAL_x = CASPFixed | LSEBit_l | LSEBit_o0 | LSEBit_sz