Home | History | Annotate | Download | only in aarch64

Lines Matching defs:SCVTF_fixed

1334   SCVTF_fixed     = FPFixedPointConvertFixed | 0x00020000,
1335 SCVTF_sw_fixed = SCVTF_fixed,
1336 SCVTF_sx_fixed = SCVTF_fixed | SixtyFourBits,
1337 SCVTF_dw_fixed = SCVTF_fixed | FP64,
1338 SCVTF_dx_fixed = SCVTF_fixed | SixtyFourBits | FP64,