Searched refs:UCVTF (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 1308 UCVTF = FPIntegerConvertFixed | 0x00030000, 1309 UCVTF_sw = UCVTF, 1310 UCVTF_sx = UCVTF | SixtyFourBits, 1311 UCVTF_dw = UCVTF | FP64, 1312 UCVTF_dx = UCVTF | SixtyFourBits | FP64,
|
H A D | assembler-arm64.cc | 2849 Emit(SF(rn) | FPType(fd) | UCVTF | Rn(rn) | Rd(fd)); in ucvtf()
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1767 UCVTF = FPIntegerConvertFixed | 0x00030000, enumerator 1768 UCVTF_hw = UCVTF | FP16, 1769 UCVTF_hx = UCVTF | SixtyFourBits | FP16, 1770 UCVTF_sw = UCVTF, 1771 UCVTF_sx = UCVTF | SixtyFourBits, 1772 UCVTF_dw = UCVTF | FP64, 1773 UCVTF_dx = UCVTF | SixtyFourBits | FP64,
|
H A D | assembler-aarch64.cc | 3824 Emit(SF(rn) | FPType(vd) | UCVTF | Rn(rn) | Rd(vd));
|
Completed in 39 milliseconds