Searched refs:SCVTF (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 1303 SCVTF = FPIntegerConvertFixed | 0x00020000, 1304 SCVTF_sw = SCVTF, 1305 SCVTF_sx = SCVTF | SixtyFourBits, 1306 SCVTF_dw = SCVTF | FP64, 1307 SCVTF_dx = SCVTF | SixtyFourBits | FP64,
|
H A D | assembler-arm64.cc | 2839 Emit(SF(rn) | FPType(vd) | SCVTF | Rn(rn) | Rd(vd)); in scvtf()
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1760 SCVTF = FPIntegerConvertFixed | 0x00020000, enumerator 1761 SCVTF_hw = SCVTF | FP16, 1762 SCVTF_hx = SCVTF | SixtyFourBits | FP16, 1763 SCVTF_sw = SCVTF, 1764 SCVTF_sx = SCVTF | SixtyFourBits, 1765 SCVTF_dw = SCVTF | FP64, 1766 SCVTF_dx = SCVTF | SixtyFourBits | FP64,
|
H A D | assembler-aarch64.cc | 3810 Emit(SF(rn) | FPType(vd) | SCVTF | Rn(rn) | Rd(vd));
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_64.c | 122 #define SCVTF 0x9e620000 macro 1714 FAIL_IF(push_inst(compiler, (SCVTF ^ inv_bits) | VD(dst_r) | RN(src))); in sljit_emit_fop1_conv_f64_from_sw()
|
Completed in 36 milliseconds