Searched refs:LSEBit_o0 (Results 1 – 1 of 1) sorted by relevance
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1109 LSEBit_o0 = 0x00008000, enumerator 1119 CASL_w = CASFixed | LSEBit_o0, 1120 CASL_x = CASFixed | LSEBit_o0 | LSEBit_sz, 1121 CASAL_w = CASFixed | LSEBit_l | LSEBit_o0, 1122 CASAL_x = CASFixed | LSEBit_l | LSEBit_o0 | LSEBit_sz, 1125 CASLB = CASBFixed | LSEBit_o0, 1126 CASALB = CASBFixed | LSEBit_l | LSEBit_o0, 1129 CASLH = CASHFixed | LSEBit_o0, 1130 CASALH = CASHFixed | LSEBit_l | LSEBit_o0, 1135 CASPL_w = CASPFixed | LSEBit_o0, [all …]
|