Home
last modified time | relevance | path

Searched defs:operand0 (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dbytecode-node.h116 void update_operand0(uint32_t operand0) { SetOperand(0, operand0); } in update_operand0()
159 uint32_t operand0) { in Create()
169 uint32_t operand0, uint32_t operand1) { in Create()
182 uint32_t operand0, uint32_t operand1, in Create()
199 uint32_t operand0, uint32_t operand1, in Create()
219 uint32_t operand0, uint32_t operand1, in Create()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dbytecode-node.h116 void update_operand0(uint32_t operand0) { SetOperand(0, operand0); } in update_operand0()
159 uint32_t operand0) { in Create()
169 uint32_t operand0, uint32_t operand1) { in Create()
182 uint32_t operand0, uint32_t operand1, in Create()
199 uint32_t operand0, uint32_t operand1, in Create()
219 uint32_t operand0, uint32_t operand1, in Create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dbytecode-node.h116 void update_operand0(uint32_t operand0) { SetOperand(0, operand0); } in update_operand0()
159 uint32_t operand0) { in Create()
169 uint32_t operand0, uint32_t operand1) { in Create()
182 uint32_t operand0, uint32_t operand1, in Create()
199 uint32_t operand0, uint32_t operand1, in Create()
219 uint32_t operand0, uint32_t operand1, in Create()
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dbytecode-node.h113 void update_operand0(uint32_t operand0) { SetOperand(0, operand0); } in update_operand0()
156 uint32_t operand0)) { in INLINE()
166 uint32_t operand0, uint32_t operand1)) { in INLINE()
179 uint32_t operand0, uint32_t operand1, in INLINE()
196 uint32_t operand0, uint32_t operand1, in INLINE()
216 uint32_t operand0, uint32_t operand1, in INLINE()
/dports/editors/poke/poke-1.0/jitter/jitter/
H A Djitter-executor.h981 #define _JITTER_BRANCH_IF(outer_operator, type, operand0, \ argument
1006 #define JITTER_BRANCH_IF_EQUAL(operand0, operand1, target) \ argument
1008 #define JITTER_BRANCH_IF_NOTEQUAL(operand0, operand1, target) \ argument
1010 #define JITTER_BRANCH_IF_LESS_SIGNED(operand0, operand1, target) \ argument
1012 #define JITTER_BRANCH_IF_LESS_UNSIGNED(operand0, operand1, target) \ argument
1014 #define JITTER_BRANCH_IF_NOTLESS_SIGNED(operand0, operand1, target) \ argument
1016 #define JITTER_BRANCH_IF_NOTLESS_UNSIGNED(operand0, operand1, target) \ argument
1018 #define JITTER_BRANCH_IF_GREATER_SIGNED(operand0, operand1, target) \ argument
1026 #define JITTER_BRANCH_IF_AND(operand0, operand1, target) \ argument
1028 #define JITTER_BRANCH_IF_NOTAND(operand0, operand1, target) \ argument
[all …]
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/uxa/
H A Di915_3d.h392 #define i915_fs_arith(op, dest_reg, operand0, operand1, operand2) \ argument
450 #define _i915_fs_arith(cmd, dest_reg, operand0, operand1, operand2) do {\ argument
503 #define i915_fs_mov(dest_reg, operand0) \ argument
509 #define i915_fs_mov_masked(dest_reg, dest_mask, operand0) \ argument
516 #define i915_fs_frc(dest_reg, operand0) \ argument
523 #define i915_fs_add(dest_reg, operand0, operand1) \ argument
529 #define i915_fs_mul(dest_reg, operand0, operand1) \ argument
535 #define i915_fs_rsq(dest_reg, dest_mask, operand0) \ argument
551 #define i915_fs_min(dest_reg, operand0, operand1) \ argument
557 #define i915_fs_max(dest_reg, operand0, operand1) \ argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/acpi/acpica/
H A Dexconcat.c47 acpi_ex_do_concatenate(union acpi_operand_object *operand0, in acpi_ex_do_concatenate()
338 acpi_ex_concat_template(union acpi_operand_object *operand0, in acpi_ex_concat_template()
H A Dexmisc.c274 union acpi_operand_object *operand0, in acpi_ex_do_logical_op()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/acpi/acpica/
H A Dexconcat.c47 acpi_ex_do_concatenate(union acpi_operand_object *operand0, in acpi_ex_do_concatenate()
338 acpi_ex_concat_template(union acpi_operand_object *operand0, in acpi_ex_concat_template()
H A Dexmisc.c274 union acpi_operand_object *operand0, in acpi_ex_do_logical_op()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/acpi/acpica/
H A Dexconcat.c47 acpi_ex_do_concatenate(union acpi_operand_object *operand0, in acpi_ex_do_concatenate()
338 acpi_ex_concat_template(union acpi_operand_object *operand0, in acpi_ex_concat_template()
H A Dexmisc.c274 union acpi_operand_object *operand0, in acpi_ex_do_logical_op()
/dports/lang/v8/v8-9.6.180.12/test/unittests/interpreter/
H A Dbytecode-array-writer-unittest.cc72 void BytecodeArrayWriterUnittest::Write(Bytecode bytecode, uint32_t operand0, in Write()
78 void BytecodeArrayWriterUnittest::Write(Bytecode bytecode, uint32_t operand0, in Write()
85 void BytecodeArrayWriterUnittest::Write(Bytecode bytecode, uint32_t operand0, in Write()
92 void BytecodeArrayWriterUnittest::Write(Bytecode bytecode, uint32_t operand0, in Write()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.opt/
H A Dclobbered-registers-O2.c29 gen_movsd (unsigned * operand0, unsigned * operand1) in gen_movsd()
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.opt/
H A Dclobbered-registers-O2.c29 gen_movsd (unsigned * operand0, unsigned * operand1) in gen_movsd()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.opt/
H A Dclobbered-registers-O2.c29 gen_movsd (unsigned * operand0, unsigned * operand1) in gen_movsd()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/CMCL/lib/Headers/cm-cl/detail/
H A Dbuiltins.h325 T cmpxchg(__global T *ptr, T operand0, T operand1) { in cmpxchg()
333 T cmpxchg(__local T *ptr, T operand0, T operand1) { in cmpxchg()
341 T cmpxchg(__generic T *ptr, T operand0, T operand1) { in cmpxchg()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/
H A Daburner.c595 INT32 operand0 = (math0_context.quotient[0]<<16)|math0_context.quotient[1]; in READ16_HANDLER() local
657 INT32 operand0 = (math1_context.quotient[0]<<16)|math1_context.quotient[1]; in READ16_HANDLER() local
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/
H A Daburner.c595 INT32 operand0 = (math0_context.quotient[0]<<16)|math0_context.quotient[1]; in READ16_HANDLER() local
657 INT32 operand0 = (math1_context.quotient[0]<<16)|math1_context.quotient[1]; in READ16_HANDLER() local
/dports/graphics/cairo/cairo-1.17.4/src/drm/
H A Dcairo-drm-i915-private.h400 #define i915_fs_arith(op, dest_reg, operand0, operand1, operand2) \ argument
458 #define _i915_fs_arith(cmd, dest_reg, operand0, operand1, operand2) do {\ argument
511 #define i915_fs_mov(dest_reg, operand0) \ argument
517 #define i915_fs_mov_masked(dest_reg, dest_mask, operand0) \ argument
524 #define i915_fs_frc(dest_reg, operand0) \ argument
531 #define i915_fs_add(dest_reg, operand0, operand1) \ argument
537 #define i915_fs_mul(dest_reg, operand0, operand1) \ argument
543 #define i915_fs_rsq(dest_reg, dest_mask, operand0) \ argument
559 #define i915_fs_min(dest_reg, operand0, operand1) \ argument
565 #define i915_fs_max(dest_reg, operand0, operand1) \ argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/drm/
H A Dcairo-drm-i915-private.h400 #define i915_fs_arith(op, dest_reg, operand0, operand1, operand2) \ argument
458 #define _i915_fs_arith(cmd, dest_reg, operand0, operand1, operand2) do {\ argument
511 #define i915_fs_mov(dest_reg, operand0) \ argument
517 #define i915_fs_mov_masked(dest_reg, dest_mask, operand0) \ argument
524 #define i915_fs_frc(dest_reg, operand0) \ argument
531 #define i915_fs_add(dest_reg, operand0, operand1) \ argument
537 #define i915_fs_mul(dest_reg, operand0, operand1) \ argument
543 #define i915_fs_rsq(dest_reg, dest_mask, operand0) \ argument
559 #define i915_fs_min(dest_reg, operand0, operand1) \ argument
565 #define i915_fs_max(dest_reg, operand0, operand1) \ argument
[all …]
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/drm/
H A Dcairo-drm-i915-private.h400 #define i915_fs_arith(op, dest_reg, operand0, operand1, operand2) \ argument
458 #define _i915_fs_arith(cmd, dest_reg, operand0, operand1, operand2) do {\ argument
511 #define i915_fs_mov(dest_reg, operand0) \ argument
517 #define i915_fs_mov_masked(dest_reg, dest_mask, operand0) \ argument
524 #define i915_fs_frc(dest_reg, operand0) \ argument
531 #define i915_fs_add(dest_reg, operand0, operand1) \ argument
537 #define i915_fs_mul(dest_reg, operand0, operand1) \ argument
543 #define i915_fs_rsq(dest_reg, dest_mask, operand0) \ argument
559 #define i915_fs_min(dest_reg, operand0, operand1) \ argument
565 #define i915_fs_max(dest_reg, operand0, operand1) \ argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/drm/
H A Dcairo-drm-i915-private.h400 #define i915_fs_arith(op, dest_reg, operand0, operand1, operand2) \ argument
458 #define _i915_fs_arith(cmd, dest_reg, operand0, operand1, operand2) do {\ argument
511 #define i915_fs_mov(dest_reg, operand0) \ argument
517 #define i915_fs_mov_masked(dest_reg, dest_mask, operand0) \ argument
524 #define i915_fs_frc(dest_reg, operand0) \ argument
531 #define i915_fs_add(dest_reg, operand0, operand1) \ argument
537 #define i915_fs_mul(dest_reg, operand0, operand1) \ argument
543 #define i915_fs_rsq(dest_reg, dest_mask, operand0) \ argument
559 #define i915_fs_min(dest_reg, operand0, operand1) \ argument
565 #define i915_fs_max(dest_reg, operand0, operand1) \ argument
[all …]
/dports/graphics/geos/geos-3.9.1/src/geom/
H A DHeuristicOverlay.cpp325 const Geometry& operand0 = *rG0; in SnapOp() local
328 const Geometry& operand0 = *g0; in SnapOp() local
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/sna/
H A Dgen3_render.h1239 #define gen3_fs_arith(op, dest_reg, operand0, operand1, operand2) \ argument
1350 #define gen3_fs_mov(dest_reg, operand0) \ argument
1356 #define gen3_fs_mov_masked(dest_reg, dest_mask, operand0) \ argument
1363 #define gen3_fs_frc(dest_reg, operand0) \ argument
1370 #define gen3_fs_add(dest_reg, operand0, operand1) \ argument
1376 #define gen3_fs_mul(dest_reg, operand0, operand1) \ argument
1382 #define gen3_fs_rcp(dest_reg, dest_mask, operand0) \ argument
1398 #define gen3_fs_rsq(dest_reg, dest_mask, operand0) \ argument
1414 #define gen3_fs_min(dest_reg, operand0, operand1) \ argument
1420 #define gen3_fs_max(dest_reg, operand0, operand1) \ argument
[all …]

1234567