Home
last modified time | relevance | path

Searched refs:UCVTF (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h1308 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 Dassembler-arm64.cc2849 Emit(SF(rn) | FPType(fd) | UCVTF | Rn(rn) | Rd(fd)); in ucvtf()
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h1767 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 Dassembler-aarch64.cc3824 Emit(SF(rn) | FPType(vd) | UCVTF | Rn(rn) | Rd(vd));

Completed in 39 milliseconds