Home
last modified time | relevance | path

Searched refs:not_nan (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h1727 Label not_nan, cont; in emit_f32_set_cond() local
1729 TurboAssembler::BranchFalseF(&not_nan); in emit_f32_set_cond()
1738 bind(&not_nan); in emit_f32_set_cond()
1758 Label not_nan, cont; in emit_f64_set_cond() local
1760 TurboAssembler::BranchFalseF(&not_nan); in emit_f64_set_cond()
1769 bind(&not_nan); in emit_f64_set_cond()
3073 Label not_nan; in emit_set_if_nan() local
3080 BranchFalseShortF(&not_nan, USE_DELAY_SLOT); in emit_set_if_nan()
3083 bind(&not_nan); in emit_set_if_nan()
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h1708 Label not_nan, cont; in emit_f32_set_cond() local
1710 TurboAssembler::BranchFalseF(&not_nan); in emit_f32_set_cond()
1719 bind(&not_nan); in emit_f32_set_cond()
1739 Label not_nan, cont; in emit_f64_set_cond() local
1741 TurboAssembler::BranchFalseF(&not_nan); in emit_f64_set_cond()
1750 bind(&not_nan); in emit_f64_set_cond()
3048 Label not_nan; in emit_set_if_nan() local
3055 BranchFalseShortF(&not_nan); in emit_set_if_nan()
3058 bind(&not_nan); in emit_set_if_nan()
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h1941 Label not_nan, cont; in emit_f32_set_cond() local
1943 TurboAssembler::BranchFalseF(&not_nan); in emit_f32_set_cond()
1952 bind(&not_nan); in emit_f32_set_cond()
1972 Label not_nan, cont; in emit_f64_set_cond() local
1974 TurboAssembler::BranchFalseF(&not_nan); in emit_f64_set_cond()
1983 bind(&not_nan); in emit_f64_set_cond()
3618 Label not_nan; in emit_set_if_nan() local
3625 BranchFalseShortF(&not_nan, USE_DELAY_SLOT); in emit_set_if_nan()
3628 bind(&not_nan); in emit_set_if_nan()
3635 Label not_nan; in emit_s128_set_if_nan() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h2282 Label not_nan; in EmitSatTruncateFloatToInt() local
2308 __ j(parity_odd, &not_nan); in EmitSatTruncateFloatToInt()
2312 __ bind(&not_nan); in EmitSatTruncateFloatToInt()
2600 Label not_nan; in EmitFloatSetCond() local
2608 assm->j(parity_odd, &not_nan, Label::kNear); in EmitFloatSetCond()
2616 assm->bind(&not_nan); in EmitFloatSetCond()
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h1881 Label not_nan; in EmitSatTruncateFloatToInt() local
1903 __ j(parity_odd, &not_nan); in EmitSatTruncateFloatToInt()
1907 __ bind(&not_nan); in EmitSatTruncateFloatToInt()
2213 Label not_nan; in EmitFloatSetCond() local
2217 assm->j(parity_odd, &not_nan, Label::kNear); in EmitFloatSetCond()
2225 assm->bind(&not_nan); in EmitFloatSetCond()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h3270 Label not_nan; in emit_i8x16_bitmask()
3273 B(eq, &not_nan); // x != x iff isnan(x) in emit_i8x16_bitmask()
3279 B(eq, &not_nan); // x != x iff isnan(x)
3284 Bind(&not_nan);

Completed in 39 milliseconds