Home | History | Annotate | Download | only in a64

Lines Matching defs:SCVTF_fixed

1108   SCVTF_fixed     = FPFixedPointConvertFixed | 0x00020000,
1109 SCVTF_sw_fixed = SCVTF_fixed,
1110 SCVTF_sx_fixed = SCVTF_fixed | SixtyFourBits,
1111 SCVTF_dw_fixed = SCVTF_fixed | FP64,
1112 SCVTF_dx_fixed = SCVTF_fixed | SixtyFourBits | FP64,