Searched refs:SCVTF_fixed (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 1232 SCVTF_fixed = FPFixedPointConvertFixed | 0x00020000, enumerator 1233 SCVTF_sw_fixed = SCVTF_fixed, 1234 SCVTF_sx_fixed = SCVTF_fixed | SixtyFourBits, 1235 SCVTF_dw_fixed = SCVTF_fixed | FP64, 1236 SCVTF_dx_fixed = SCVTF_fixed | SixtyFourBits | FP64,
|
D | assembler-arm64.cc | 2105 Emit(SF(rn) | FPType(fd) | SCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in scvtf()
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1334 SCVTF_fixed = FPFixedPointConvertFixed | 0x00020000, enumerator 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,
|
D | assembler-aarch64.cc | 2441 Emit(SF(rn) | FPType(vd) | SCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in scvtf()
|