• Home
  • Raw
  • Download

Lines Matching refs:SixtyFourBits

132 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
873 CCMN_x = ConditionalCompareRegisterFixed | SixtyFourBits | CCMN,
875 CCMP_x = ConditionalCompareRegisterFixed | SixtyFourBits | CCMP
884 CCMN_x_imm = ConditionalCompareImmediateFixed | SixtyFourBits | CCMN,
886 CCMP_x_imm = ConditionalCompareImmediateFixed | SixtyFourBits | CCMP
915 RBIT_x = RBIT | SixtyFourBits,
918 REV16_x = REV16 | SixtyFourBits,
921 REV32_x = REV | SixtyFourBits,
922 REV_x = DataProcessing1SourceFixed | SixtyFourBits | 0x00000C00,
925 CLZ_x = CLZ | SixtyFourBits,
928 CLS_x = CLS | SixtyFourBits
957 CRC32X = DataProcessing2SourceFixed | SixtyFourBits | 0x00004C00,
961 CRC32CX = DataProcessing2SourceFixed | SixtyFourBits | 0x00005C00
1130 FCVTNS_xs = FCVTNS | SixtyFourBits,
1132 FCVTNS_xd = FCVTNS | SixtyFourBits | FP64,
1135 FCVTNU_xs = FCVTNU | SixtyFourBits,
1137 FCVTNU_xd = FCVTNU | SixtyFourBits | FP64,
1140 FCVTPS_xs = FCVTPS | SixtyFourBits,
1142 FCVTPS_xd = FCVTPS | SixtyFourBits | FP64,
1145 FCVTPU_xs = FCVTPU | SixtyFourBits,
1147 FCVTPU_xd = FCVTPU | SixtyFourBits | FP64,
1150 FCVTMS_xs = FCVTMS | SixtyFourBits,
1152 FCVTMS_xd = FCVTMS | SixtyFourBits | FP64,
1155 FCVTMU_xs = FCVTMU | SixtyFourBits,
1157 FCVTMU_xd = FCVTMU | SixtyFourBits | FP64,
1160 FCVTZS_xs = FCVTZS | SixtyFourBits,
1162 FCVTZS_xd = FCVTZS | SixtyFourBits | FP64,
1165 FCVTZU_xs = FCVTZU | SixtyFourBits,
1167 FCVTZU_xd = FCVTZU | SixtyFourBits | FP64,
1170 SCVTF_sx = SCVTF | SixtyFourBits,
1172 SCVTF_dx = SCVTF | SixtyFourBits | FP64,
1175 UCVTF_sx = UCVTF | SixtyFourBits,
1177 UCVTF_dx = UCVTF | SixtyFourBits | FP64,
1180 FCVTAS_xs = FCVTAS | SixtyFourBits,
1182 FCVTAS_xd = FCVTAS | SixtyFourBits | FP64,
1185 FCVTAU_xs = FCVTAU | SixtyFourBits,
1187 FCVTAU_xd = FCVTAU | SixtyFourBits | FP64,
1190 FMOV_xd = FMOV_ws | SixtyFourBits | FP64,
1191 FMOV_dx = FMOV_sw | SixtyFourBits | FP64
1201 FCVTZS_xs_fixed = FCVTZS_fixed | SixtyFourBits,
1203 FCVTZS_xd_fixed = FCVTZS_fixed | SixtyFourBits | FP64,
1206 FCVTZU_xs_fixed = FCVTZU_fixed | SixtyFourBits,
1208 FCVTZU_xd_fixed = FCVTZU_fixed | SixtyFourBits | FP64,
1211 SCVTF_sx_fixed = SCVTF_fixed | SixtyFourBits,
1213 SCVTF_dx_fixed = SCVTF_fixed | SixtyFourBits | FP64,
1216 UCVTF_sx_fixed = UCVTF_fixed | SixtyFourBits,
1218 UCVTF_dx_fixed = UCVTF_fixed | SixtyFourBits | FP64