Home
last modified time | relevance | path

Searched refs:operand0 (Results 1 – 25 of 843) sorted by relevance

12345678910>>...34

/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/uxa/
H A Di915_3d.h503 #define i915_fs_mov(dest_reg, operand0) \ argument
505 operand0, \
511 operand0, \
516 #define i915_fs_frc(dest_reg, operand0) \ argument
518 operand0, \
525 operand0, operand1, \
531 operand0, operand1, \
539 operand0, \
544 operand0, \
553 operand0, operand1, \
[all …]
/dports/editors/poke/poke-1.0/jitter/jitter/
H A Djitter-executor.h981 #define _JITTER_BRANCH_IF(outer_operator, type, operand0, \ argument
985 if (outer_operator ((type) (operand0) \
1006 #define JITTER_BRANCH_IF_EQUAL(operand0, operand1, target) \ argument
1007 _JITTER_BRANCH_IF(, jitter_int, operand0, ==, operand1, target)
1008 #define JITTER_BRANCH_IF_NOTEQUAL(operand0, operand1, target) \ argument
1009 _JITTER_BRANCH_IF(, jitter_int, operand0, !=, operand1, target)
1011 _JITTER_BRANCH_IF(, jitter_int, operand0, <, operand1, target)
1013 _JITTER_BRANCH_IF(, jitter_uint, operand0, <, operand1, target)
1019 _JITTER_BRANCH_IF(, jitter_int, operand0, >, operand1, target)
1026 #define JITTER_BRANCH_IF_AND(operand0, operand1, target) \ argument
[all …]
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dbytecode-node.h30 V8_INLINE BytecodeNode(Bytecode bytecode, uint32_t operand0,
37 SetOperand(0, operand0); in bytecode_()
40 V8_INLINE BytecodeNode(Bytecode bytecode, uint32_t operand0,
48 SetOperand(0, operand0); in bytecode_()
52 V8_INLINE BytecodeNode(Bytecode bytecode, uint32_t operand0,
60 SetOperand(0, operand0); in bytecode_()
74 SetOperand(0, operand0); in bytecode_()
89 SetOperand(0, operand0); in bytecode_()
116 void update_operand0(uint32_t operand0) { SetOperand(0, operand0); } in update_operand0() argument
144 operands_[0] = operand0; in bytecode_()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dbytecode-node.h30 V8_INLINE BytecodeNode(Bytecode bytecode, uint32_t operand0,
37 SetOperand(0, operand0); in bytecode_()
40 V8_INLINE BytecodeNode(Bytecode bytecode, uint32_t operand0,
48 SetOperand(0, operand0); in bytecode_()
52 V8_INLINE BytecodeNode(Bytecode bytecode, uint32_t operand0,
60 SetOperand(0, operand0); in bytecode_()
74 SetOperand(0, operand0); in bytecode_()
89 SetOperand(0, operand0); in bytecode_()
116 void update_operand0(uint32_t operand0) { SetOperand(0, operand0); } in update_operand0() argument
144 operands_[0] = operand0; in bytecode_()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dbytecode-node.h30 V8_INLINE BytecodeNode(Bytecode bytecode, uint32_t operand0,
37 SetOperand(0, operand0); in bytecode_()
40 V8_INLINE BytecodeNode(Bytecode bytecode, uint32_t operand0,
48 SetOperand(0, operand0); in bytecode_()
52 V8_INLINE BytecodeNode(Bytecode bytecode, uint32_t operand0,
60 SetOperand(0, operand0); in bytecode_()
74 SetOperand(0, operand0); in bytecode_()
89 SetOperand(0, operand0); in bytecode_()
116 void update_operand0(uint32_t operand0) { SetOperand(0, operand0); } in update_operand0() argument
144 operands_[0] = operand0; in bytecode_()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dbytecode-node.h30 INLINE(BytecodeNode(Bytecode bytecode, uint32_t operand0,
37 SetOperand(0, operand0); in bytecode_()
47 SetOperand(0, operand0); in bytecode_()
59 SetOperand(0, operand0); in bytecode_()
72 SetOperand(0, operand0); in bytecode_()
86 SetOperand(0, operand0); in bytecode_()
113 void update_operand0(uint32_t operand0) { SetOperand(0, operand0); } in update_operand0() argument
141 operands_[0] = operand0; in bytecode_()
156 uint32_t operand0)) { in INLINE() argument
159 scale = std::max(scale, ScaleForOperand<operand0_type>(operand0)); in INLINE()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/acpi/acpica/
H A Dexconcat.c65 switch (operand0->common.type) { in acpi_ex_do_concatenate()
70 operand0_type = operand0->common.type; in acpi_ex_do_concatenate()
78 acpi_ex_convert_to_object_type_string(operand0, in acpi_ex_do_concatenate()
159 operand0->common.type)); in acpi_ex_do_concatenate()
204 memcpy(buffer, &operand0->integer.value, in acpi_ex_do_concatenate()
241 operand0->buffer. in acpi_ex_do_concatenate()
254 memcpy(buffer, operand0->buffer.pointer, in acpi_ex_do_concatenate()
255 operand0->buffer.length); in acpi_ex_do_concatenate()
256 memcpy(buffer + operand0->buffer.length, in acpi_ex_do_concatenate()
266 operand0->common.type)); in acpi_ex_do_concatenate()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/acpi/acpica/
H A Dexconcat.c65 switch (operand0->common.type) { in acpi_ex_do_concatenate()
70 operand0_type = operand0->common.type; in acpi_ex_do_concatenate()
78 acpi_ex_convert_to_object_type_string(operand0, in acpi_ex_do_concatenate()
159 operand0->common.type)); in acpi_ex_do_concatenate()
204 memcpy(buffer, &operand0->integer.value, in acpi_ex_do_concatenate()
241 operand0->buffer. in acpi_ex_do_concatenate()
254 memcpy(buffer, operand0->buffer.pointer, in acpi_ex_do_concatenate()
255 operand0->buffer.length); in acpi_ex_do_concatenate()
256 memcpy(buffer + operand0->buffer.length, in acpi_ex_do_concatenate()
266 operand0->common.type)); in acpi_ex_do_concatenate()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/acpi/acpica/
H A Dexconcat.c65 switch (operand0->common.type) { in acpi_ex_do_concatenate()
70 operand0_type = operand0->common.type; in acpi_ex_do_concatenate()
78 acpi_ex_convert_to_object_type_string(operand0, in acpi_ex_do_concatenate()
159 operand0->common.type)); in acpi_ex_do_concatenate()
204 memcpy(buffer, &operand0->integer.value, in acpi_ex_do_concatenate()
241 operand0->buffer. in acpi_ex_do_concatenate()
254 memcpy(buffer, operand0->buffer.pointer, in acpi_ex_do_concatenate()
255 operand0->buffer.length); in acpi_ex_do_concatenate()
256 memcpy(buffer + operand0->buffer.length, in acpi_ex_do_concatenate()
266 operand0->common.type)); in acpi_ex_do_concatenate()
[all …]
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/sna/
H A Dgen3_render.h1352 operand0, \
1358 operand0, \
1365 operand0, \
1372 operand0, operand1, \
1378 operand0, operand1, \
1386 operand0, \
1391 operand0, \
1402 operand0, \
1407 operand0, \
1416 operand0, operand1, \
[all …]
/dports/graphics/cairo/cairo-1.17.4/src/drm/
H A Dcairo-drm-i915-private.h511 #define i915_fs_mov(dest_reg, operand0) \ argument
513 operand0, \
519 operand0, \
524 #define i915_fs_frc(dest_reg, operand0) \ argument
526 operand0, \
533 operand0, operand1, \
539 operand0, operand1, \
547 operand0, \
552 operand0, \
561 operand0, operand1, \
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/drm/
H A Dcairo-drm-i915-private.h511 #define i915_fs_mov(dest_reg, operand0) \ argument
513 operand0, \
519 operand0, \
524 #define i915_fs_frc(dest_reg, operand0) \ argument
526 operand0, \
533 operand0, operand1, \
539 operand0, operand1, \
547 operand0, \
552 operand0, \
561 operand0, operand1, \
[all …]
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/drm/
H A Dcairo-drm-i915-private.h511 #define i915_fs_mov(dest_reg, operand0) \ argument
513 operand0, \
519 operand0, \
524 #define i915_fs_frc(dest_reg, operand0) \ argument
526 operand0, \
533 operand0, operand1, \
539 operand0, operand1, \
547 operand0, \
552 operand0, \
561 operand0, operand1, \
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/drm/
H A Dcairo-drm-i915-private.h511 #define i915_fs_mov(dest_reg, operand0) \ argument
513 operand0, \
519 operand0, \
524 #define i915_fs_frc(dest_reg, operand0) \ argument
526 operand0, \
533 operand0, operand1, \
539 operand0, operand1, \
547 operand0, \
552 operand0, \
561 operand0, operand1, \
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c1225 return operand0; in setup_operand0_indexing()
1246 operand0.value = 0; in emit_indirect_register()
1486 operand0.value = 0; in emit_dst_register()
1504 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_dst_register()
1928 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_src_register()
2014 operand0.value = 0; in emit_resource_register()
2048 operand0.value = 0; in emit_sampler_register()
2068 operand0.value = 0; in emit_face_register()
2095 operand0.value = 0; in emit_rasterizer_register()
4041 operand0.mask = 0; in emit_fragdepth_output_declaration()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c1147 return operand0; in setup_operand0_indexing()
1168 operand0.value = 0; in emit_indirect_register()
1408 operand0.value = 0; in emit_dst_register()
1426 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_dst_register()
1772 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_src_register()
1855 operand0.value = 0; in emit_resource_register()
1883 operand0.value = 0; in emit_sampler_register()
1903 operand0.value = 0; in emit_face_register()
1930 operand0.value = 0; in emit_rasterizer_register()
3806 operand0.mask = 0; in emit_fragdepth_output_declaration()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c1147 return operand0; in setup_operand0_indexing()
1168 operand0.value = 0; in emit_indirect_register()
1408 operand0.value = 0; in emit_dst_register()
1426 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_dst_register()
1772 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_src_register()
1855 operand0.value = 0; in emit_resource_register()
1883 operand0.value = 0; in emit_sampler_register()
1903 operand0.value = 0; in emit_face_register()
1930 operand0.value = 0; in emit_rasterizer_register()
3806 operand0.mask = 0; in emit_fragdepth_output_declaration()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c1147 return operand0; in setup_operand0_indexing()
1168 operand0.value = 0; in emit_indirect_register()
1408 operand0.value = 0; in emit_dst_register()
1426 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_dst_register()
1772 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_src_register()
1855 operand0.value = 0; in emit_resource_register()
1883 operand0.value = 0; in emit_sampler_register()
1903 operand0.value = 0; in emit_face_register()
1930 operand0.value = 0; in emit_rasterizer_register()
3806 operand0.mask = 0; in emit_fragdepth_output_declaration()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c1147 return operand0; in setup_operand0_indexing()
1168 operand0.value = 0; in emit_indirect_register()
1408 operand0.value = 0; in emit_dst_register()
1426 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_dst_register()
1772 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_src_register()
1855 operand0.value = 0; in emit_resource_register()
1883 operand0.value = 0; in emit_sampler_register()
1903 operand0.value = 0; in emit_face_register()
1930 operand0.value = 0; in emit_rasterizer_register()
3806 operand0.mask = 0; in emit_fragdepth_output_declaration()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c1147 return operand0; in setup_operand0_indexing()
1168 operand0.value = 0; in emit_indirect_register()
1408 operand0.value = 0; in emit_dst_register()
1426 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_dst_register()
1772 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_src_register()
1855 operand0.value = 0; in emit_resource_register()
1883 operand0.value = 0; in emit_sampler_register()
1903 operand0.value = 0; in emit_face_register()
1930 operand0.value = 0; in emit_rasterizer_register()
3806 operand0.mask = 0; in emit_fragdepth_output_declaration()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c1147 return operand0; in setup_operand0_indexing()
1168 operand0.value = 0; in emit_indirect_register()
1408 operand0.value = 0; in emit_dst_register()
1426 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_dst_register()
1772 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_src_register()
1855 operand0.value = 0; in emit_resource_register()
1883 operand0.value = 0; in emit_sampler_register()
1903 operand0.value = 0; in emit_face_register()
1930 operand0.value = 0; in emit_rasterizer_register()
3806 operand0.mask = 0; in emit_fragdepth_output_declaration()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c1147 return operand0; in setup_operand0_indexing()
1168 operand0.value = 0; in emit_indirect_register()
1408 operand0.value = 0; in emit_dst_register()
1426 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_dst_register()
1772 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_src_register()
1855 operand0.value = 0; in emit_resource_register()
1883 operand0.value = 0; in emit_sampler_register()
1903 operand0.value = 0; in emit_face_register()
1930 operand0.value = 0; in emit_rasterizer_register()
3806 operand0.mask = 0; in emit_fragdepth_output_declaration()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c1147 return operand0; in setup_operand0_indexing()
1168 operand0.value = 0; in emit_indirect_register()
1408 operand0.value = 0; in emit_dst_register()
1426 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_dst_register()
1772 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_src_register()
1855 operand0.value = 0; in emit_resource_register()
1883 operand0.value = 0; in emit_sampler_register()
1903 operand0.value = 0; in emit_face_register()
1930 operand0.value = 0; in emit_rasterizer_register()
3806 operand0.mask = 0; in emit_fragdepth_output_declaration()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c1147 return operand0; in setup_operand0_indexing()
1168 operand0.value = 0; in emit_indirect_register()
1408 operand0.value = 0; in emit_dst_register()
1426 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_dst_register()
1772 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_src_register()
1855 operand0.value = 0; in emit_resource_register()
1883 operand0.value = 0; in emit_sampler_register()
1903 operand0.value = 0; in emit_face_register()
1930 operand0.value = 0; in emit_rasterizer_register()
3806 operand0.mask = 0; in emit_fragdepth_output_declaration()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c1147 return operand0; in setup_operand0_indexing()
1168 operand0.value = 0; in emit_indirect_register()
1408 operand0.value = 0; in emit_dst_register()
1426 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_dst_register()
1772 operand0 = setup_operand0_indexing(emit, operand0, file, indirect, in emit_src_register()
1855 operand0.value = 0; in emit_resource_register()
1883 operand0.value = 0; in emit_sampler_register()
1903 operand0.value = 0; in emit_face_register()
1930 operand0.value = 0; in emit_rasterizer_register()
3806 operand0.mask = 0; in emit_fragdepth_output_declaration()
[all …]

12345678910>>...34