/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-assembler.h | 33 enum LiftoffCondition { enum 48 inline constexpr LiftoffCondition Negate(LiftoffCondition cond) { in Negate() 73 inline constexpr LiftoffCondition Flip(LiftoffCondition cond) { in Flip() 932 void emit_ptrsize_set_cond(LiftoffCondition condition, Register dst, in emit_ptrsize_set_cond() 1012 inline void emit_cond_jump(LiftoffCondition, Label*, ValueKind value, 1014 inline void emit_i32_cond_jumpi(LiftoffCondition, Label*, Register lhs, 1020 inline void emit_i32_set_cond(LiftoffCondition, Register dst, Register lhs, 1023 inline void emit_i64_set_cond(LiftoffCondition conditio [all...] |
H A D | liftoff-compiler.cc | 138 constexpr LiftoffCondition GetCompareCondition(WasmOpcode opcode) { in GetCompareCondition() 1337 LiftoffCondition cond = in JumpIfFalse() 6294 __ emit_cond_jump(LiftoffCondition::kEqual, trap_label, kOptRef, object, 6308 __ emit_cond_jump(LiftoffCondition::kUnsignedGreaterEqual, trap_label, kI32,
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 19 inline constexpr Condition ToCondition(LiftoffCondition liftoff_cond) { in ToCondition() 1580 void LiftoffAssembler::emit_cond_jump(LiftoffCondition liftoff_cond, in emit_cond_jump() 1594 void LiftoffAssembler::emit_i32_cond_jumpi(LiftoffCondition liftoff_cond, in emit_i32_cond_jumpi() 1612 void LiftoffAssembler::emit_i32_set_cond(LiftoffCondition liftoff_cond, in emit_i32_set_cond() 1639 inline LiftoffCondition cond_make_unsigned(LiftoffCondition cond) { in cond_make_unsigned() 1655 void LiftoffAssembler::emit_i64_set_cond(LiftoffCondition liftoff_cond, in emit_i64_set_cond() 1693 inline FPUCondition ConditionToConditionCmpFPU(LiftoffCondition condition, in ConditionToConditionCmpFPU() 1723 void LiftoffAssembler::emit_f32_set_cond(LiftoffCondition liftoff_cond, in emit_f32_set_cond() 1754 void LiftoffAssembler::emit_f64_set_cond(LiftoffCondition liftoff_con [all...] |
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
H A D | liftoff-assembler-ppc.h | 67 inline constexpr Condition ToCondition(LiftoffCondition liftoff_cond) { in ToCondition() 88 inline constexpr bool UseSignedOp(LiftoffCondition liftoff_cond) { in UseSignedOp() 1600 void LiftoffAssembler::emit_cond_jump(LiftoffCondition liftoff_cond, in emit_cond_jump() 1639 void LiftoffAssembler::emit_i32_cond_jumpi(LiftoffCondition liftoff_cond, in emit_i32_cond_jumpi() 1668 void LiftoffAssembler::emit_i32_set_cond(LiftoffCondition liftoff_cond, in emit_i32_set_cond() 1693 void LiftoffAssembler::emit_i64_set_cond(LiftoffCondition liftoff_cond, in emit_i64_set_cond() 1709 void LiftoffAssembler::emit_f32_set_cond(LiftoffCondition liftoff_cond, in emit_f32_set_cond() 1728 void LiftoffAssembler::emit_f64_set_cond(LiftoffCondition liftoff_cond, in emit_f64_set_cond()
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
H A D | liftoff-assembler-loong64.h | 20 inline constexpr Condition ToCondition(LiftoffCondition liftoff_cond) { in ToCondition() 1596 void LiftoffAssembler::emit_cond_jump(LiftoffCondition liftoff_cond, in emit_cond_jump() 1611 void LiftoffAssembler::emit_i32_cond_jumpi(LiftoffCondition liftoff_cond, in emit_i32_cond_jumpi() 1629 void LiftoffAssembler::emit_i32_set_cond(LiftoffCondition liftoff_cond, in emit_i32_set_cond() 1652 void LiftoffAssembler::emit_i64_set_cond(LiftoffCondition liftoff_cond, in emit_i64_set_cond() 1674 inline FPUCondition ConditionToConditionCmpFPU(LiftoffCondition condition, in ConditionToConditionCmpFPU() 1704 void LiftoffAssembler::emit_f32_set_cond(LiftoffCondition liftoff_cond, in emit_f32_set_cond() 1735 void LiftoffAssembler::emit_f64_set_cond(LiftoffCondition liftoff_cond, in emit_f64_set_cond()
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 19 inline constexpr Condition ToCondition(LiftoffCondition liftoff_cond) { in ToCondition() 1558 void LiftoffAssembler::emit_cond_jump(LiftoffCondition liftoff_cond, in emit_cond_jump() 1589 void LiftoffAssembler::emit_i32_cond_jumpi(LiftoffCondition liftoff_cond, in emit_i32_cond_jumpi() 1609 void LiftoffAssembler::emit_i32_set_cond(LiftoffCondition liftoff_cond, in emit_i32_set_cond() 1622 void LiftoffAssembler::emit_i64_set_cond(LiftoffCondition liftoff_cond, in emit_i64_set_cond() 1630 void LiftoffAssembler::emit_f32_set_cond(LiftoffCondition liftoff_cond, in emit_f32_set_cond() 1642 void LiftoffAssembler::emit_f64_set_cond(LiftoffCondition liftoff_cond, in emit_f64_set_cond()
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 21 inline constexpr Condition ToCondition(LiftoffCondition liftoff_cond) { in ToCondition() 42 inline constexpr bool UseSignedOp(LiftoffCondition liftoff_cond) { in UseSignedOp() 2126 void LiftoffAssembler::emit_cond_jump(LiftoffCondition liftoff_cond, in emit_cond_jump() 2165 void LiftoffAssembler::emit_i32_cond_jumpi(LiftoffCondition liftoff_cond, in emit_i32_cond_jumpi() 2208 void LiftoffAssembler::emit_i32_set_cond(LiftoffCondition liftoff_cond, in emit_i32_set_cond() 2225 void LiftoffAssembler::emit_i64_set_cond(LiftoffCondition liftoff_cond, in emit_i64_set_cond() 2238 void LiftoffAssembler::emit_f32_set_cond(LiftoffCondition liftoff_cond, in emit_f32_set_cond() 2245 void LiftoffAssembler::emit_f64_set_cond(LiftoffCondition liftoff_cond, in emit_f64_set_cond()
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 20 inline constexpr Condition ToCondition(LiftoffCondition liftoff_cond) { in ToCondition() 1809 void LiftoffAssembler::emit_cond_jump(LiftoffCondition liftoff_cond, in emit_cond_jump() 1824 void LiftoffAssembler::emit_i32_cond_jumpi(LiftoffCondition liftoff_cond, in emit_i32_cond_jumpi() 1842 void LiftoffAssembler::emit_i32_set_cond(LiftoffCondition liftoff_cond, in emit_i32_set_cond() 1865 void LiftoffAssembler::emit_i64_set_cond(LiftoffCondition liftoff_cond, in emit_i64_set_cond() 1887 inline FPUCondition ConditionToConditionCmpFPU(LiftoffCondition condition, in ConditionToConditionCmpFPU() 1937 void LiftoffAssembler::emit_f32_set_cond(LiftoffCondition liftoff_cond, in emit_f32_set_cond() 1968 void LiftoffAssembler::emit_f64_set_cond(LiftoffCondition liftoff_cond, in emit_f64_set_cond()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 27 inline constexpr Condition ToCondition(LiftoffCondition liftoff_cond) { in ToCondition() 2463 void LiftoffAssembler::emit_cond_jump(LiftoffCondition liftoff_cond, in emit_cond_jump() 2488 void LiftoffAssembler::emit_i32_cond_jumpi(LiftoffCondition liftoff_cond, in emit_i32_cond_jumpi() 2526 void LiftoffAssembler::emit_i32_set_cond(LiftoffCondition liftoff_cond, in emit_i32_set_cond() 2547 inline LiftoffCondition cond_make_unsigned(LiftoffCondition cond) { in cond_make_unsigned() 2563 void LiftoffAssembler::emit_i64_set_cond(LiftoffCondition liftoff_cond, in emit_i64_set_cond() 2623 void LiftoffAssembler::emit_f32_set_cond(LiftoffCondition liftoff_cond, in emit_f32_set_cond() 2630 void LiftoffAssembler::emit_f64_set_cond(LiftoffCondition liftoff_cond, in emit_f64_set_cond()
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 21 inline constexpr Condition ToCondition(LiftoffCondition liftoff_cond) { in ToCondition() 129 inline LiftoffCondition MakeUnsigned(LiftoffCondition cond) { in MakeUnsigned() 2209 void LiftoffAssembler::emit_cond_jump(LiftoffCondition liftoff_cond, in emit_cond_jump() 2225 void LiftoffAssembler::emit_i32_cond_jumpi(LiftoffCondition liftoff_cond, in emit_i32_cond_jumpi() 2245 void LiftoffAssembler::emit_i32_set_cond(LiftoffCondition liftoff_cond, in emit_i32_set_cond() 2260 void LiftoffAssembler::emit_i64_set_cond(LiftoffCondition liftoff_cond, in emit_i64_set_cond() 2304 void LiftoffAssembler::emit_f32_set_cond(LiftoffCondition liftoff_cond, in emit_f32_set_cond() 2318 void LiftoffAssembler::emit_f64_set_cond(LiftoffCondition liftoff_cond, in emit_f64_set_cond()
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 19 inline constexpr Condition ToCondition(LiftoffCondition liftoff_cond) { in ToCondition() 1611 void LiftoffAssembler::emit_cond_jump(LiftoffCondition liftoff_cond, in emit_cond_jump() 1626 void LiftoffAssembler::emit_i32_cond_jumpi(LiftoffCondition liftoff_cond, in emit_i32_cond_jumpi() 1644 void LiftoffAssembler::emit_i32_set_cond(LiftoffCondition liftoff_cond, in emit_i32_set_cond() 1655 void LiftoffAssembler::emit_i64_set_cond(LiftoffCondition liftoff_cond, in emit_i64_set_cond() 1662 static FPUCondition ConditionToConditionCmpFPU(LiftoffCondition condition) { in ConditionToConditionCmpFPU() 1682 void LiftoffAssembler::emit_f32_set_cond(LiftoffCondition liftoff_cond, in emit_f32_set_cond() 1689 void LiftoffAssembler::emit_f64_set_cond(LiftoffCondition liftoff_cond, in emit_f64_set_cond()
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 28 inline constexpr Condition ToCondition(LiftoffCondition liftoff_cond) { in ToCondition() 2135 void LiftoffAssembler::emit_cond_jump(LiftoffCondition liftoff_cond, in emit_cond_jump() 2163 void LiftoffAssembler::emit_i32_cond_jumpi(LiftoffCondition liftoff_cond, in emit_i32_cond_jumpi() 2184 void LiftoffAssembler::emit_i32_set_cond(LiftoffCondition liftoff_cond, in emit_i32_set_cond() 2199 void LiftoffAssembler::emit_i64_set_cond(LiftoffCondition liftoff_cond, in emit_i64_set_cond() 2233 void LiftoffAssembler::emit_f32_set_cond(LiftoffCondition liftoff_cond, in emit_f32_set_cond() 2241 void LiftoffAssembler::emit_f64_set_cond(LiftoffCondition liftoff_cond, in emit_f64_set_cond()
|