Searched refs:SCVTF_fixed (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 1209 SCVTF_fixed = FPFixedPointConvertFixed | 0x00020000, enumerator 1210 SCVTF_sw_fixed = SCVTF_fixed, 1211 SCVTF_sx_fixed = SCVTF_fixed | SixtyFourBits, 1212 SCVTF_dw_fixed = SCVTF_fixed | FP64, 1213 SCVTF_dx_fixed = SCVTF_fixed | SixtyFourBits | FP64,
|
D | assembler-arm64.cc | 2026 Emit(SF(rn) | FPType(fd) | SCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in scvtf()
|
/external/vixl/src/vixl/a64/ |
D | constants-a64.h | 1321 SCVTF_fixed = FPFixedPointConvertFixed | 0x00020000, enumerator 1322 SCVTF_sw_fixed = SCVTF_fixed, 1323 SCVTF_sx_fixed = SCVTF_fixed | SixtyFourBits, 1324 SCVTF_dw_fixed = SCVTF_fixed | FP64, 1325 SCVTF_dx_fixed = SCVTF_fixed | SixtyFourBits | FP64,
|
D | assembler-a64.cc | 2968 Emit(SF(rn) | FPType(vd) | SCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in scvtf()
|