Searched refs:SCVTF_fixed (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 1226 SCVTF_fixed = FPFixedPointConvertFixed | 0x00020000, enumerator 1227 SCVTF_sw_fixed = SCVTF_fixed, 1228 SCVTF_sx_fixed = SCVTF_fixed | SixtyFourBits, 1229 SCVTF_dw_fixed = SCVTF_fixed | FP64, 1230 SCVTF_dx_fixed = SCVTF_fixed | SixtyFourBits | FP64,
|
D | assembler-arm64.cc | 2050 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 | 2935 Emit(SF(rn) | FPType(vd) | SCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in scvtf()
|