Home
last modified time | relevance | path

Searched refs:emit_i64_set_cond (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h281 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond() function
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h290 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond() function
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h290 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc1393 BindFirst(&LiftoffAssembler::emit_i64_set_cond, kEqual)); in BinOp()
1396 BindFirst(&LiftoffAssembler::emit_i64_set_cond, kUnequal)); in BinOp()
1399 BindFirst(&LiftoffAssembler::emit_i64_set_cond, kSignedLessThan)); in BinOp()
1402 BindFirst(&LiftoffAssembler::emit_i64_set_cond, kUnsignedLessThan)); in BinOp()
1405 &LiftoffAssembler::emit_i64_set_cond, kSignedGreaterThan)); in BinOp()
1408 &LiftoffAssembler::emit_i64_set_cond, kUnsignedGreaterThan)); in BinOp()
1411 BindFirst(&LiftoffAssembler::emit_i64_set_cond, kSignedLessEqual)); in BinOp()
1414 &LiftoffAssembler::emit_i64_set_cond, kUnsignedLessEqual)); in BinOp()
1417 &LiftoffAssembler::emit_i64_set_cond, kSignedGreaterEqual)); in BinOp()
1420 &LiftoffAssembler::emit_i64_set_cond, kUnsignedGreaterEqual)); in BinOp()
H A Dliftoff-assembler.h756 inline void emit_i64_set_cond(Condition condition, Register dst,
/dports/lang/v8/v8-9.6.180.12/src/wasm/baseline/
H A Dliftoff-compiler.cc1866 BindFirst(&LiftoffAssembler::emit_i64_set_cond, kEqual)); in BinOp()
1869 BindFirst(&LiftoffAssembler::emit_i64_set_cond, kUnequal)); in BinOp()
1872 BindFirst(&LiftoffAssembler::emit_i64_set_cond, kSignedLessThan)); in BinOp()
1875 BindFirst(&LiftoffAssembler::emit_i64_set_cond, kUnsignedLessThan)); in BinOp()
1878 &LiftoffAssembler::emit_i64_set_cond, kSignedGreaterThan)); in BinOp()
1881 &LiftoffAssembler::emit_i64_set_cond, kUnsignedGreaterThan)); in BinOp()
1884 BindFirst(&LiftoffAssembler::emit_i64_set_cond, kSignedLessEqual)); in BinOp()
1887 &LiftoffAssembler::emit_i64_set_cond, kUnsignedLessEqual)); in BinOp()
1890 &LiftoffAssembler::emit_i64_set_cond, kSignedGreaterEqual)); in BinOp()
1893 &LiftoffAssembler::emit_i64_set_cond, kUnsignedGreaterEqual)); in BinOp()
H A Dliftoff-assembler.h929 emit_i64_set_cond(condition, dst, lhs, rhs); in emit_ptrsize_set_cond()
1015 inline void emit_i64_set_cond(LiftoffCondition condition, Register dst,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h517 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h521 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond() function
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h513 inline void emit_i64_set_cond(Condition condition, Register dst,
H A Dliftoff-compiler.cc838 __ emit_i64_set_cond(cond, dst.gp(), lhs, rhs); \ in BinOp()
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h673 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/baseline/
H A Dliftoff-assembler.h707 inline void emit_i64_set_cond(Condition condition, Register dst,
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h968 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h533 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h537 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond() function
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h1088 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h1058 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond() function
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h1258 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h1218 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond() function
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h1389 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h1410 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h1489 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h1830 void LiftoffAssembler::emit_i64_set_cond(Condition cond, Register dst, in emit_i64_set_cond() function
/dports/lang/v8/v8-9.6.180.12/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h1356 void LiftoffAssembler::emit_i64_set_cond(LiftoffCondition liftoff_cond, in emit_i64_set_cond() function

12