Home
last modified time | relevance | path

Searched refs:operand (Results 1 – 25 of 11562) sorted by relevance

12345678910>>...463

/dports/games/xzip/xzip/
H A Dinterpre.c84 case 0x02: shift (operand[0], operand[1]); break; in interpret()
104 case 0x07: test (operand[0], operand[1]); break; in interpret()
105 case 0x08: or (operand[0], operand[1]); break; in interpret()
106 case 0x09: and (operand[0], operand[1]); break; in interpret()
117 case 0x14: add (operand[0], operand[1]); break; in interpret()
120 case 0x17: divide (operand[0], operand[1]); break; in interpret()
130 case 0x21: store_word (operand[0], operand[1], operand[2]); break; in interpret()
131 case 0x22: store_byte (operand[0], operand[1], operand[2]); break; in interpret()
132 case 0x23: store_property (operand[0], operand[1], operand[2]); break; in interpret()
157 case 0x3c: encode (operand[0], operand[1], operand[2], operand[3]); break; in interpret()
[all …]
/dports/games/jzip/jzip-2.0.1g/
H A Dinterpre.c84 case 0x02: shift (operand[0], operand[1]); break; in interpret()
104 case 0x07: test (operand[0], operand[1]); break; in interpret()
105 case 0x08: or (operand[0], operand[1]); break; in interpret()
106 case 0x09: and (operand[0], operand[1]); break; in interpret()
117 case 0x14: add (operand[0], operand[1]); break; in interpret()
120 case 0x17: divide (operand[0], operand[1]); break; in interpret()
130 case 0x21: store_word (operand[0], operand[1], operand[2]); break; in interpret()
131 case 0x22: store_byte (operand[0], operand[1], operand[2]); break; in interpret()
132 case 0x23: store_property (operand[0], operand[1], operand[2]); break; in interpret()
157 case 0x3c: encode (operand[0], operand[1], operand[2], operand[3]); break; in interpret()
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/mmcloughlin/avo/x86/
H A Dzctors.go25 case operand.IsIMM8(imr) && operand.IsAL(amr):
1001 case operand.IsIMM8(i) && operand.IsXMM(mx) && operand.IsXMM(x):
20613 case operand.IsIMM8(i) && operand.IsXMM(mx) && operand.IsXMM(x) && operand.IsXMM(x1):
20621 case operand.IsIMM8(i) && operand.IsM64(mx) && operand.IsXMM(x) && operand.IsXMM(x1):
20641 case operand.IsIMM8(i) && operand.IsXMM(mx) && operand.IsXMM(x) && operand.IsXMM(x1):
20649 case operand.IsIMM8(i) && operand.IsM32(mx) && operand.IsXMM(x) && operand.IsXMM(x1):
21755 case operand.IsIMM8(i) && operand.IsXMM(mx) && operand.IsXMM(x) && operand.IsXMM(x1):
24537 case operand.IsIMM8(i) && operand.IsXMM(mx) && operand.IsYMM(y) && operand.IsYMM(y1):
24565 case operand.IsIMM8(i) && operand.IsXMM(mx) && operand.IsYMM(y) && operand.IsYMM(y1):
24593 case operand.IsIMM8(i) && operand.IsXMM(mx) && operand.IsXMM(x) && operand.IsXMM(x1):
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dir_builder.h136 ir_expression *add(operand a, operand b);
137 ir_expression *sub(operand a, operand b);
138 ir_expression *mul(operand a, operand b);
140 ir_expression *div(operand a, operand b);
146 ir_expression *dot(operand a, operand b);
147 ir_expression *clamp(operand a, operand b, operand c);
211 ir_expression *fma(operand a, operand b, operand c);
212 ir_expression *lrp(operand x, operand y, operand a);
213 ir_expression *csel(operand a, operand b, operand c);
214 ir_expression *bitfield_extract(operand a, operand b, operand c);
[all …]
/dports/lang/clover/mesa-21.3.6/src/compiler/glsl/
H A Dir_builder.h136 ir_expression *add(operand a, operand b);
137 ir_expression *sub(operand a, operand b);
138 ir_expression *mul(operand a, operand b);
140 ir_expression *div(operand a, operand b);
146 ir_expression *dot(operand a, operand b);
147 ir_expression *clamp(operand a, operand b, operand c);
211 ir_expression *fma(operand a, operand b, operand c);
212 ir_expression *lrp(operand x, operand y, operand a);
213 ir_expression *csel(operand a, operand b, operand c);
214 ir_expression *bitfield_extract(operand a, operand b, operand c);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dir_builder.h136 ir_expression *add(operand a, operand b);
137 ir_expression *sub(operand a, operand b);
138 ir_expression *mul(operand a, operand b);
140 ir_expression *div(operand a, operand b);
146 ir_expression *dot(operand a, operand b);
147 ir_expression *clamp(operand a, operand b, operand c);
211 ir_expression *fma(operand a, operand b, operand c);
212 ir_expression *lrp(operand x, operand y, operand a);
213 ir_expression *csel(operand a, operand b, operand c);
214 ir_expression *bitfield_extract(operand a, operand b, operand c);
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dir_builder.h136 ir_expression *add(operand a, operand b);
137 ir_expression *sub(operand a, operand b);
138 ir_expression *mul(operand a, operand b);
140 ir_expression *div(operand a, operand b);
146 ir_expression *dot(operand a, operand b);
147 ir_expression *clamp(operand a, operand b, operand c);
211 ir_expression *fma(operand a, operand b, operand c);
212 ir_expression *lrp(operand x, operand y, operand a);
213 ir_expression *csel(operand a, operand b, operand c);
214 ir_expression *bitfield_extract(operand a, operand b, operand c);
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/glsl/
H A Dir_builder.h136 ir_expression *add(operand a, operand b);
137 ir_expression *sub(operand a, operand b);
138 ir_expression *mul(operand a, operand b);
140 ir_expression *div(operand a, operand b);
146 ir_expression *dot(operand a, operand b);
147 ir_expression *clamp(operand a, operand b, operand c);
211 ir_expression *fma(operand a, operand b, operand c);
212 ir_expression *lrp(operand x, operand y, operand a);
213 ir_expression *csel(operand a, operand b, operand c);
214 ir_expression *bitfield_extract(operand a, operand b, operand c);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dir_builder.h136 ir_expression *add(operand a, operand b);
137 ir_expression *sub(operand a, operand b);
138 ir_expression *mul(operand a, operand b);
140 ir_expression *div(operand a, operand b);
146 ir_expression *dot(operand a, operand b);
147 ir_expression *clamp(operand a, operand b, operand c);
211 ir_expression *fma(operand a, operand b, operand c);
212 ir_expression *lrp(operand x, operand y, operand a);
213 ir_expression *csel(operand a, operand b, operand c);
214 ir_expression *bitfield_extract(operand a, operand b, operand c);
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/glsl/
H A Dir_builder.h136 ir_expression *add(operand a, operand b);
137 ir_expression *sub(operand a, operand b);
138 ir_expression *mul(operand a, operand b);
140 ir_expression *div(operand a, operand b);
146 ir_expression *dot(operand a, operand b);
147 ir_expression *clamp(operand a, operand b, operand c);
211 ir_expression *fma(operand a, operand b, operand c);
212 ir_expression *lrp(operand x, operand y, operand a);
213 ir_expression *csel(operand a, operand b, operand c);
214 ir_expression *bitfield_extract(operand a, operand b, operand c);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dir_builder.h136 ir_expression *add(operand a, operand b);
137 ir_expression *sub(operand a, operand b);
138 ir_expression *mul(operand a, operand b);
140 ir_expression *div(operand a, operand b);
146 ir_expression *dot(operand a, operand b);
147 ir_expression *clamp(operand a, operand b, operand c);
211 ir_expression *fma(operand a, operand b, operand c);
212 ir_expression *lrp(operand x, operand y, operand a);
213 ir_expression *csel(operand a, operand b, operand c);
214 ir_expression *bitfield_extract(operand a, operand b, operand c);
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dir_builder.h136 ir_expression *add(operand a, operand b);
137 ir_expression *sub(operand a, operand b);
138 ir_expression *mul(operand a, operand b);
140 ir_expression *div(operand a, operand b);
146 ir_expression *dot(operand a, operand b);
147 ir_expression *clamp(operand a, operand b, operand c);
211 ir_expression *fma(operand a, operand b, operand c);
212 ir_expression *lrp(operand x, operand y, operand a);
213 ir_expression *csel(operand a, operand b, operand c);
214 ir_expression *bitfield_extract(operand a, operand b, operand c);
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/glsl/
H A Dir_builder.h136 ir_expression *add(operand a, operand b);
137 ir_expression *sub(operand a, operand b);
138 ir_expression *mul(operand a, operand b);
140 ir_expression *div(operand a, operand b);
146 ir_expression *dot(operand a, operand b);
147 ir_expression *clamp(operand a, operand b, operand c);
211 ir_expression *fma(operand a, operand b, operand c);
212 ir_expression *lrp(operand x, operand y, operand a);
213 ir_expression *csel(operand a, operand b, operand c);
214 ir_expression *bitfield_extract(operand a, operand b, operand c);
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/glsl/
H A Dir_builder.h136 ir_expression *add(operand a, operand b);
137 ir_expression *sub(operand a, operand b);
138 ir_expression *mul(operand a, operand b);
140 ir_expression *div(operand a, operand b);
146 ir_expression *dot(operand a, operand b);
147 ir_expression *clamp(operand a, operand b, operand c);
211 ir_expression *fma(operand a, operand b, operand c);
212 ir_expression *lrp(operand x, operand y, operand a);
213 ir_expression *csel(operand a, operand b, operand c);
214 ir_expression *bitfield_extract(operand a, operand b, operand c);
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/glsl/
H A Dir_builder.h136 ir_expression *add(operand a, operand b);
137 ir_expression *sub(operand a, operand b);
138 ir_expression *mul(operand a, operand b);
140 ir_expression *div(operand a, operand b);
146 ir_expression *dot(operand a, operand b);
147 ir_expression *clamp(operand a, operand b, operand c);
211 ir_expression *fma(operand a, operand b, operand c);
212 ir_expression *lrp(operand x, operand y, operand a);
213 ir_expression *csel(operand a, operand b, operand c);
214 ir_expression *bitfield_extract(operand a, operand b, operand c);
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/glsl/
H A Dir_builder.h136 ir_expression *add(operand a, operand b);
137 ir_expression *sub(operand a, operand b);
138 ir_expression *mul(operand a, operand b);
140 ir_expression *div(operand a, operand b);
146 ir_expression *dot(operand a, operand b);
147 ir_expression *clamp(operand a, operand b, operand c);
211 ir_expression *fma(operand a, operand b, operand c);
212 ir_expression *lrp(operand x, operand y, operand a);
213 ir_expression *csel(operand a, operand b, operand c);
214 ir_expression *bitfield_extract(operand a, operand b, operand c);
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/glsl/
H A Dir_builder.h136 ir_expression *add(operand a, operand b);
137 ir_expression *sub(operand a, operand b);
138 ir_expression *mul(operand a, operand b);
140 ir_expression *div(operand a, operand b);
146 ir_expression *dot(operand a, operand b);
147 ir_expression *clamp(operand a, operand b, operand c);
211 ir_expression *fma(operand a, operand b, operand c);
212 ir_expression *lrp(operand x, operand y, operand a);
213 ir_expression *csel(operand a, operand b, operand c);
214 ir_expression *bitfield_extract(operand a, operand b, operand c);
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/glsl/
H A Dir_builder.h134 ir_expression *add(operand a, operand b);
135 ir_expression *sub(operand a, operand b);
136 ir_expression *mul(operand a, operand b);
138 ir_expression *div(operand a, operand b);
144 ir_expression *dot(operand a, operand b);
145 ir_expression *clamp(operand a, operand b, operand c);
209 ir_expression *fma(operand a, operand b, operand c);
210 ir_expression *lrp(operand x, operand y, operand a);
211 ir_expression *csel(operand a, operand b, operand c);
212 ir_expression *bitfield_extract(operand a, operand b, operand c);
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dir_builder.h133 ir_expression *add(operand a, operand b);
134 ir_expression *sub(operand a, operand b);
135 ir_expression *mul(operand a, operand b);
137 ir_expression *div(operand a, operand b);
141 ir_expression *dot(operand a, operand b);
142 ir_expression *clamp(operand a, operand b, operand c);
156 ir_expression *less(operand a, operand b);
193 ir_expression *fma(operand a, operand b, operand c);
194 ir_expression *lrp(operand x, operand y, operand a);
195 ir_expression *csel(operand a, operand b, operand c);
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dir_builder.h133 ir_expression *add(operand a, operand b);
134 ir_expression *sub(operand a, operand b);
135 ir_expression *mul(operand a, operand b);
137 ir_expression *div(operand a, operand b);
141 ir_expression *dot(operand a, operand b);
142 ir_expression *clamp(operand a, operand b, operand c);
156 ir_expression *less(operand a, operand b);
193 ir_expression *fma(operand a, operand b, operand c);
194 ir_expression *lrp(operand x, operand y, operand a);
195 ir_expression *csel(operand a, operand b, operand c);
[all …]
/dports/lang/php80/php-8.0.15/Zend/tests/
H A Doperator_unsupported_types.phpt145 Unsupported operand types: array + null
146 Unsupported operand types: null + array
147 Unsupported operand types: array + bool
148 Unsupported operand types: bool + array
149 Unsupported operand types: array + bool
150 Unsupported operand types: bool + array
151 Unsupported operand types: array + int
152 Unsupported operand types: int + array
196 Unsupported operand types: string + int
227 Unsupported operand types: array - int
[all …]
/dports/www/mod_php80/php-8.0.15/Zend/tests/
H A Doperator_unsupported_types.phpt145 Unsupported operand types: array + null
146 Unsupported operand types: null + array
147 Unsupported operand types: array + bool
148 Unsupported operand types: bool + array
149 Unsupported operand types: array + bool
150 Unsupported operand types: bool + array
151 Unsupported operand types: array + int
152 Unsupported operand types: int + array
196 Unsupported operand types: string + int
227 Unsupported operand types: array - int
[all …]
/dports/devel/py-PeachPy/PeachPy-01d1515/peachpy/x86_64/
H A Doperand.py31 operand = copy(operand)
669 return is_mkz(operand) and (operand.size is None or operand.size == 2)
679 return is_mk(operand) and (operand.size is None or operand.size == 4)
683 return is_mkz(operand) and (operand.size is None or operand.size == 4)
693 return is_mk(operand) and (operand.size is None or operand.size == 8)
697 return is_mkz(operand) and (operand.size is None or operand.size == 8)
711 return is_mkz(operand) and (operand.size is None or operand.size == 16)
721 return is_mkz(operand) and (operand.size is None or operand.size == 32)
731 return is_mkz(operand) and (operand.size is None or operand.size == 64)
735 …return is_m64(operand) or isinstance(operand, MemoryOperand) and operand.size == 4 and operand.bro…
[all …]
/dports/www/mod_php81/php-8.1.1/Zend/tests/
H A Doperator_unsupported_types.phpt145 Unsupported operand types: array + null
146 Unsupported operand types: null + array
147 Unsupported operand types: array + bool
148 Unsupported operand types: bool + array
149 Unsupported operand types: array + bool
150 Unsupported operand types: bool + array
151 Unsupported operand types: array + int
152 Unsupported operand types: int + array
196 Unsupported operand types: string + int
227 Unsupported operand types: array - int
[all …]
/dports/lang/php81/php-8.1.1/Zend/tests/
H A Doperator_unsupported_types.phpt145 Unsupported operand types: array + null
146 Unsupported operand types: null + array
147 Unsupported operand types: array + bool
148 Unsupported operand types: bool + array
149 Unsupported operand types: array + bool
150 Unsupported operand types: bool + array
151 Unsupported operand types: array + int
152 Unsupported operand types: int + array
196 Unsupported operand types: string + int
227 Unsupported operand types: array - int
[all …]

12345678910>>...463