Home
last modified time | relevance | path

Searched refs:SCVTF (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h1303 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 Dassembler-arm64.cc2839 Emit(SF(rn) | FPType(vd) | SCVTF | Rn(rn) | Rd(vd)); in scvtf()
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h1760 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 Dassembler-aarch64.cc3810 Emit(SF(rn) | FPType(vd) | SCVTF | Rn(rn) | Rd(vd));
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_64.c122 #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