Lines Matching refs:SixtyFourBits
133 V_(SixtyFourBits, 31, 31, Bits) \
410 SixtyFourBits = 0x80000000, enumerator
448 A##_x_imm = AddSubImmediateFixed | A | SixtyFourBits
459 A##_x_shift = AddSubShiftedFixed | A | SixtyFourBits
470 A##_x_ext = AddSubExtendedFixed | A | SixtyFourBits
481 ADC_x = AddSubWithCarryFixed | ADD | SixtyFourBits,
484 ADCS_x = AddSubWithCarryFixed | ADDS | SixtyFourBits,
486 SBC_x = AddSubWithCarryFixed | SUB | SixtyFourBits,
489 SBCS_x = AddSubWithCarryFixed | SUBS | SixtyFourBits
513 AND_x_imm = LogicalImmediateFixed | AND | SixtyFourBits,
515 ORR_x_imm = LogicalImmediateFixed | ORR | SixtyFourBits,
517 EOR_x_imm = LogicalImmediateFixed | EOR | SixtyFourBits,
519 ANDS_x_imm = LogicalImmediateFixed | ANDS | SixtyFourBits
528 AND_x = LogicalShiftedFixed | AND | SixtyFourBits,
531 BIC_x = LogicalShiftedFixed | BIC | SixtyFourBits,
534 ORR_x = LogicalShiftedFixed | ORR | SixtyFourBits,
537 ORN_x = LogicalShiftedFixed | ORN | SixtyFourBits,
540 EOR_x = LogicalShiftedFixed | EOR | SixtyFourBits,
543 EON_x = LogicalShiftedFixed | EON | SixtyFourBits,
546 ANDS_x = LogicalShiftedFixed | ANDS | SixtyFourBits,
549 BICS_x = LogicalShiftedFixed | BICS | SixtyFourBits,
562 MOVN_x = MoveWideImmediateFixed | MOVN | SixtyFourBits,
564 MOVZ_x = MoveWideImmediateFixed | MOVZ | SixtyFourBits,
566 MOVK_x = MoveWideImmediateFixed | MOVK | SixtyFourBits
896 CCMN_x = ConditionalCompareRegisterFixed | SixtyFourBits | CCMN,
898 CCMP_x = ConditionalCompareRegisterFixed | SixtyFourBits | CCMP
907 CCMN_x_imm = ConditionalCompareImmediateFixed | SixtyFourBits | CCMN,
909 CCMP_x_imm = ConditionalCompareImmediateFixed | SixtyFourBits | CCMP
938 RBIT_x = RBIT | SixtyFourBits,
941 REV16_x = REV16 | SixtyFourBits,
944 REV32_x = REV | SixtyFourBits,
945 REV_x = DataProcessing1SourceFixed | SixtyFourBits | 0x00000C00,
948 CLZ_x = CLZ | SixtyFourBits,
951 CLS_x = CLS | SixtyFourBits
980 CRC32X = DataProcessing2SourceFixed | SixtyFourBits | 0x00004C00,
984 CRC32CX = DataProcessing2SourceFixed | SixtyFourBits | 0x00005C00
1153 FCVTNS_xs = FCVTNS | SixtyFourBits,
1155 FCVTNS_xd = FCVTNS | SixtyFourBits | FP64,
1158 FCVTNU_xs = FCVTNU | SixtyFourBits,
1160 FCVTNU_xd = FCVTNU | SixtyFourBits | FP64,
1163 FCVTPS_xs = FCVTPS | SixtyFourBits,
1165 FCVTPS_xd = FCVTPS | SixtyFourBits | FP64,
1168 FCVTPU_xs = FCVTPU | SixtyFourBits,
1170 FCVTPU_xd = FCVTPU | SixtyFourBits | FP64,
1173 FCVTMS_xs = FCVTMS | SixtyFourBits,
1175 FCVTMS_xd = FCVTMS | SixtyFourBits | FP64,
1178 FCVTMU_xs = FCVTMU | SixtyFourBits,
1180 FCVTMU_xd = FCVTMU | SixtyFourBits | FP64,
1183 FCVTZS_xs = FCVTZS | SixtyFourBits,
1185 FCVTZS_xd = FCVTZS | SixtyFourBits | FP64,
1188 FCVTZU_xs = FCVTZU | SixtyFourBits,
1190 FCVTZU_xd = FCVTZU | SixtyFourBits | FP64,
1193 SCVTF_sx = SCVTF | SixtyFourBits,
1195 SCVTF_dx = SCVTF | SixtyFourBits | FP64,
1198 UCVTF_sx = UCVTF | SixtyFourBits,
1200 UCVTF_dx = UCVTF | SixtyFourBits | FP64,
1203 FCVTAS_xs = FCVTAS | SixtyFourBits,
1205 FCVTAS_xd = FCVTAS | SixtyFourBits | FP64,
1208 FCVTAU_xs = FCVTAU | SixtyFourBits,
1210 FCVTAU_xd = FCVTAU | SixtyFourBits | FP64,
1213 FMOV_xd = FMOV_ws | SixtyFourBits | FP64,
1214 FMOV_dx = FMOV_sw | SixtyFourBits | FP64
1224 FCVTZS_xs_fixed = FCVTZS_fixed | SixtyFourBits,
1226 FCVTZS_xd_fixed = FCVTZS_fixed | SixtyFourBits | FP64,
1229 FCVTZU_xs_fixed = FCVTZU_fixed | SixtyFourBits,
1231 FCVTZU_xd_fixed = FCVTZU_fixed | SixtyFourBits | FP64,
1234 SCVTF_sx_fixed = SCVTF_fixed | SixtyFourBits,
1236 SCVTF_dx_fixed = SCVTF_fixed | SixtyFourBits | FP64,
1239 UCVTF_sx_fixed = UCVTF_fixed | SixtyFourBits,
1241 UCVTF_dx_fixed = UCVTF_fixed | SixtyFourBits | FP64