Lines Matching refs:SixtyFourBits

135 V_(SixtyFourBits, 31, 31, Bits)                                                \
413 SixtyFourBits = 0x80000000, enumerator
451 A##_x_imm = AddSubImmediateFixed | A | SixtyFourBits
462 A##_x_shift = AddSubShiftedFixed | A | SixtyFourBits
473 A##_x_ext = AddSubExtendedFixed | A | SixtyFourBits
484 ADC_x = AddSubWithCarryFixed | ADD | SixtyFourBits,
487 ADCS_x = AddSubWithCarryFixed | ADDS | SixtyFourBits,
489 SBC_x = AddSubWithCarryFixed | SUB | SixtyFourBits,
492 SBCS_x = AddSubWithCarryFixed | SUBS | SixtyFourBits
516 AND_x_imm = LogicalImmediateFixed | AND | SixtyFourBits,
518 ORR_x_imm = LogicalImmediateFixed | ORR | SixtyFourBits,
520 EOR_x_imm = LogicalImmediateFixed | EOR | SixtyFourBits,
522 ANDS_x_imm = LogicalImmediateFixed | ANDS | SixtyFourBits
531 AND_x = LogicalShiftedFixed | AND | SixtyFourBits,
534 BIC_x = LogicalShiftedFixed | BIC | SixtyFourBits,
537 ORR_x = LogicalShiftedFixed | ORR | SixtyFourBits,
540 ORN_x = LogicalShiftedFixed | ORN | SixtyFourBits,
543 EOR_x = LogicalShiftedFixed | EOR | SixtyFourBits,
546 EON_x = LogicalShiftedFixed | EON | SixtyFourBits,
549 ANDS_x = LogicalShiftedFixed | ANDS | SixtyFourBits,
552 BICS_x = LogicalShiftedFixed | BICS | SixtyFourBits,
565 MOVN_x = MoveWideImmediateFixed | MOVN | SixtyFourBits,
567 MOVZ_x = MoveWideImmediateFixed | MOVZ | SixtyFourBits,
569 MOVK_x = MoveWideImmediateFixed | MOVK | SixtyFourBits
890 CCMN_x = ConditionalCompareRegisterFixed | SixtyFourBits | CCMN,
892 CCMP_x = ConditionalCompareRegisterFixed | SixtyFourBits | CCMP
901 CCMN_x_imm = ConditionalCompareImmediateFixed | SixtyFourBits | CCMN,
903 CCMP_x_imm = ConditionalCompareImmediateFixed | SixtyFourBits | CCMP
932 RBIT_x = RBIT | SixtyFourBits,
935 REV16_x = REV16 | SixtyFourBits,
938 REV32_x = REV | SixtyFourBits,
939 REV_x = DataProcessing1SourceFixed | SixtyFourBits | 0x00000C00,
942 CLZ_x = CLZ | SixtyFourBits,
945 CLS_x = CLS | SixtyFourBits
974 CRC32X = DataProcessing2SourceFixed | SixtyFourBits | 0x00004C00,
978 CRC32CX = DataProcessing2SourceFixed | SixtyFourBits | 0x00005C00
1147 FCVTNS_xs = FCVTNS | SixtyFourBits,
1149 FCVTNS_xd = FCVTNS | SixtyFourBits | FP64,
1152 FCVTNU_xs = FCVTNU | SixtyFourBits,
1154 FCVTNU_xd = FCVTNU | SixtyFourBits | FP64,
1157 FCVTPS_xs = FCVTPS | SixtyFourBits,
1159 FCVTPS_xd = FCVTPS | SixtyFourBits | FP64,
1162 FCVTPU_xs = FCVTPU | SixtyFourBits,
1164 FCVTPU_xd = FCVTPU | SixtyFourBits | FP64,
1167 FCVTMS_xs = FCVTMS | SixtyFourBits,
1169 FCVTMS_xd = FCVTMS | SixtyFourBits | FP64,
1172 FCVTMU_xs = FCVTMU | SixtyFourBits,
1174 FCVTMU_xd = FCVTMU | SixtyFourBits | FP64,
1177 FCVTZS_xs = FCVTZS | SixtyFourBits,
1179 FCVTZS_xd = FCVTZS | SixtyFourBits | FP64,
1182 FCVTZU_xs = FCVTZU | SixtyFourBits,
1184 FCVTZU_xd = FCVTZU | SixtyFourBits | FP64,
1187 SCVTF_sx = SCVTF | SixtyFourBits,
1189 SCVTF_dx = SCVTF | SixtyFourBits | FP64,
1192 UCVTF_sx = UCVTF | SixtyFourBits,
1194 UCVTF_dx = UCVTF | SixtyFourBits | FP64,
1197 FCVTAS_xs = FCVTAS | SixtyFourBits,
1199 FCVTAS_xd = FCVTAS | SixtyFourBits | FP64,
1202 FCVTAU_xs = FCVTAU | SixtyFourBits,
1204 FCVTAU_xd = FCVTAU | SixtyFourBits | FP64,
1207 FMOV_xd = FMOV_ws | SixtyFourBits | FP64,
1208 FMOV_dx = FMOV_sw | SixtyFourBits | FP64
1218 FCVTZS_xs_fixed = FCVTZS_fixed | SixtyFourBits,
1220 FCVTZS_xd_fixed = FCVTZS_fixed | SixtyFourBits | FP64,
1223 FCVTZU_xs_fixed = FCVTZU_fixed | SixtyFourBits,
1225 FCVTZU_xd_fixed = FCVTZU_fixed | SixtyFourBits | FP64,
1228 SCVTF_sx_fixed = SCVTF_fixed | SixtyFourBits,
1230 SCVTF_dx_fixed = SCVTF_fixed | SixtyFourBits | FP64,
1233 UCVTF_sx_fixed = UCVTF_fixed | SixtyFourBits,
1235 UCVTF_dx_fixed = UCVTF_fixed | SixtyFourBits | FP64