Home
last modified time | relevance | path

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

12345678910>>...47

/third_party/mesa3d/src/compiler/glsl/
Dir_builder.h49 class operand {
51 operand(ir_rvalue *val) in operand() function
56 operand(ir_variable *var) in operand() function
126 ir_assignment *assign(deref lhs, operand rhs);
127 ir_assignment *assign(deref lhs, operand rhs, int writemask);
129 ir_return *ret(operand retval);
131 ir_expression *expr(ir_expression_operation op, operand a);
132 ir_expression *expr(ir_expression_operation op, operand a, operand b);
133 ir_expression *expr(ir_expression_operation op, operand a, operand b, operand c);
134 ir_expression *add(operand a, operand b);
[all …]
Dir_builder.cpp49 assign(deref lhs, operand rhs) in assign()
55 assign(deref lhs, operand rhs, int writemask) in assign()
67 ret(operand retval) in ret()
74 swizzle(operand a, int swizzle, int components) in swizzle()
87 swizzle_for_size(operand a, unsigned components) in swizzle_for_size()
102 swizzle_xxxx(operand a) in swizzle_xxxx()
108 swizzle_yyyy(operand a) in swizzle_yyyy()
114 swizzle_zzzz(operand a) in swizzle_zzzz()
120 swizzle_wwww(operand a) in swizzle_wwww()
126 swizzle_x(operand a) in swizzle_x()
[all …]
/third_party/vixl/src/aarch32/
Doperands-aarch32.cc51 std::ostream& operator<<(std::ostream& os, const Operand& operand) { in operator <<() argument
52 if (operand.IsImmediate()) { in operator <<()
53 return os << "#" << operand.GetImmediate(); in operator <<()
55 if (operand.IsImmediateShiftedRegister()) { in operator <<()
56 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) && in operator <<()
57 (operand.GetShiftAmount() == 0)) { in operator <<()
58 return os << operand.GetBaseRegister(); in operator <<()
60 if (operand.GetShift().IsRRX()) { in operator <<()
61 return os << operand.GetBaseRegister() << ", rrx"; in operator <<()
63 return os << operand.GetBaseRegister() << ", " << operand.GetShift() << " #" in operator <<()
[all …]
Dassembler-aarch32.h256 const Operand& operand);
259 const Operand& operand);
261 const Operand& operand);
265 const Operand& operand);
294 const Operand& operand);
307 const MemOperand& operand);
311 const MemOperand& operand);
324 const MemOperand& operand);
338 Condition cond, MaskedSpecialRegister spec_reg, const Operand& operand);
344 const MemOperand& operand);
[all …]
/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h123 #define atomic_fetch_add(object, operand) \ argument
124 InterlockedExchangeAdd64(object, operand)
126 #define atomic_fetch_sub(object, operand) \ argument
127 InterlockedExchangeAdd64(object, -(operand))
129 #define atomic_fetch_or(object, operand) \ argument
130 InterlockedOr64(object, operand)
132 #define atomic_fetch_xor(object, operand) \ argument
133 InterlockedXor64(object, operand)
135 #define atomic_fetch_and(object, operand) \ argument
136 InterlockedAnd64(object, operand)
[all …]
/third_party/elfutils/lib/
Dstdatomic-fbsd.h275 #define atomic_fetch_add_explicit(object, operand, order) \ argument
276 __c11_atomic_fetch_add(object, operand, order)
277 #define atomic_fetch_and_explicit(object, operand, order) \ argument
278 __c11_atomic_fetch_and(object, operand, order)
279 #define atomic_fetch_or_explicit(object, operand, order) \ argument
280 __c11_atomic_fetch_or(object, operand, order)
281 #define atomic_fetch_sub_explicit(object, operand, order) \ argument
282 __c11_atomic_fetch_sub(object, operand, order)
283 #define atomic_fetch_xor_explicit(object, operand, order) \ argument
284 __c11_atomic_fetch_xor(object, operand, order)
[all …]
/third_party/typescript/tests/baselines/reference/
DdecrementOperatorWithUnsupportedStringType.errors.txt1 …OperatorWithUnsupportedStringType.ts(18,25): error TS2356: An arithmetic operand must be of type '…
2 …OperatorWithUnsupportedStringType.ts(19,25): error TS2356: An arithmetic operand must be of type '…
3 …OperatorWithUnsupportedStringType.ts(21,23): error TS2356: An arithmetic operand must be of type '…
4 …OperatorWithUnsupportedStringType.ts(22,23): error TS2356: An arithmetic operand must be of type '…
5 …OperatorWithUnsupportedStringType.ts(25,25): error TS2356: An arithmetic operand must be of type '…
6 …OperatorWithUnsupportedStringType.ts(26,25): error TS2356: An arithmetic operand must be of type '…
7 …OperatorWithUnsupportedStringType.ts(27,25): error TS2356: An arithmetic operand must be of type '…
8 …OperatorWithUnsupportedStringType.ts(29,23): error TS2356: An arithmetic operand must be of type '…
9 …OperatorWithUnsupportedStringType.ts(30,23): error TS2356: An arithmetic operand must be of type '…
10 …OperatorWithUnsupportedStringType.ts(31,24): error TS2356: An arithmetic operand must be of type '…
[all …]
DincrementOperatorWithUnsupportedStringType.errors.txt1 …OperatorWithUnsupportedStringType.ts(18,25): error TS2356: An arithmetic operand must be of type '…
2 …OperatorWithUnsupportedStringType.ts(19,25): error TS2356: An arithmetic operand must be of type '…
3 …OperatorWithUnsupportedStringType.ts(21,23): error TS2356: An arithmetic operand must be of type '…
4 …OperatorWithUnsupportedStringType.ts(22,23): error TS2356: An arithmetic operand must be of type '…
5 …OperatorWithUnsupportedStringType.ts(25,25): error TS2356: An arithmetic operand must be of type '…
6 …OperatorWithUnsupportedStringType.ts(26,25): error TS2356: An arithmetic operand must be of type '…
7 …OperatorWithUnsupportedStringType.ts(27,25): error TS2356: An arithmetic operand must be of type '…
8 …OperatorWithUnsupportedStringType.ts(29,23): error TS2356: An arithmetic operand must be of type '…
9 …OperatorWithUnsupportedStringType.ts(30,23): error TS2356: An arithmetic operand must be of type '…
10 …OperatorWithUnsupportedStringType.ts(31,24): error TS2356: An arithmetic operand must be of type '…
[all …]
DdecrementOperatorWithUnsupportedBooleanType.errors.txt1 …peratorWithUnsupportedBooleanType.ts(17,25): error TS2356: An arithmetic operand must be of type '…
2 …peratorWithUnsupportedBooleanType.ts(19,23): error TS2356: An arithmetic operand must be of type '…
3 …peratorWithUnsupportedBooleanType.ts(22,25): error TS2356: An arithmetic operand must be of type '…
4 …peratorWithUnsupportedBooleanType.ts(23,25): error TS2356: An arithmetic operand must be of type '…
5 …peratorWithUnsupportedBooleanType.ts(24,25): error TS2356: An arithmetic operand must be of type '…
6 …peratorWithUnsupportedBooleanType.ts(26,23): error TS2356: An arithmetic operand must be of type '…
7 …peratorWithUnsupportedBooleanType.ts(27,23): error TS2356: An arithmetic operand must be of type '…
8 …peratorWithUnsupportedBooleanType.ts(28,23): error TS2356: An arithmetic operand must be of type '…
9 …peratorWithUnsupportedBooleanType.ts(31,25): error TS2356: An arithmetic operand must be of type '…
10 …peratorWithUnsupportedBooleanType.ts(32,26): error TS2356: An arithmetic operand must be of type '…
[all …]
DincrementOperatorWithUnsupportedBooleanType.errors.txt1 …peratorWithUnsupportedBooleanType.ts(17,25): error TS2356: An arithmetic operand must be of type '…
2 …peratorWithUnsupportedBooleanType.ts(19,23): error TS2356: An arithmetic operand must be of type '…
3 …peratorWithUnsupportedBooleanType.ts(22,25): error TS2356: An arithmetic operand must be of type '…
4 …peratorWithUnsupportedBooleanType.ts(23,25): error TS2356: An arithmetic operand must be of type '…
5 …peratorWithUnsupportedBooleanType.ts(24,25): error TS2356: An arithmetic operand must be of type '…
6 …peratorWithUnsupportedBooleanType.ts(26,23): error TS2356: An arithmetic operand must be of type '…
7 …peratorWithUnsupportedBooleanType.ts(27,23): error TS2356: An arithmetic operand must be of type '…
8 …peratorWithUnsupportedBooleanType.ts(28,23): error TS2356: An arithmetic operand must be of type '…
9 …peratorWithUnsupportedBooleanType.ts(31,25): error TS2356: An arithmetic operand must be of type '…
10 …peratorWithUnsupportedBooleanType.ts(32,26): error TS2356: An arithmetic operand must be of type '…
[all …]
DdeleteOperatorWithNumberType.errors.txt1 …deleteOperator/deleteOperatorWithNumberType.ts(18,31): error TS2703: The operand of a 'delete' ope…
2 …deleteOperator/deleteOperatorWithNumberType.ts(19,31): error TS2703: The operand of a 'delete' ope…
3 …deleteOperator/deleteOperatorWithNumberType.ts(22,31): error TS2703: The operand of a 'delete' ope…
4 …deleteOperator/deleteOperatorWithNumberType.ts(23,31): error TS2703: The operand of a 'delete' ope…
5 …deleteOperator/deleteOperatorWithNumberType.ts(24,31): error TS2703: The operand of a 'delete' ope…
6 …deleteOperator/deleteOperatorWithNumberType.ts(30,31): error TS2703: The operand of a 'delete' ope…
7 …deleteOperator/deleteOperatorWithNumberType.ts(31,32): error TS2703: The operand of a 'delete' ope…
8 …deleteOperator/deleteOperatorWithNumberType.ts(32,33): error TS2703: The operand of a 'delete' ope…
9 …deleteOperator/deleteOperatorWithNumberType.ts(35,32): error TS2703: The operand of a 'delete' ope…
10 …deleteOperator/deleteOperatorWithNumberType.ts(35,39): error TS2703: The operand of a 'delete' ope…
[all …]
DdeleteOperatorWithStringType.errors.txt1 …deleteOperator/deleteOperatorWithStringType.ts(18,31): error TS2703: The operand of a 'delete' ope…
2 …deleteOperator/deleteOperatorWithStringType.ts(19,31): error TS2703: The operand of a 'delete' ope…
3 …deleteOperator/deleteOperatorWithStringType.ts(22,31): error TS2703: The operand of a 'delete' ope…
4 …deleteOperator/deleteOperatorWithStringType.ts(23,31): error TS2703: The operand of a 'delete' ope…
5 …deleteOperator/deleteOperatorWithStringType.ts(24,31): error TS2703: The operand of a 'delete' ope…
6 …deleteOperator/deleteOperatorWithStringType.ts(30,31): error TS2703: The operand of a 'delete' ope…
7 …deleteOperator/deleteOperatorWithStringType.ts(31,32): error TS2703: The operand of a 'delete' ope…
8 …deleteOperator/deleteOperatorWithStringType.ts(32,33): error TS2703: The operand of a 'delete' ope…
9 …deleteOperator/deleteOperatorWithStringType.ts(33,32): error TS2703: The operand of a 'delete' ope…
10 …deleteOperator/deleteOperatorWithStringType.ts(36,32): error TS2703: The operand of a 'delete' ope…
[all …]
DdeleteOperatorWithAnyOtherType.errors.txt1 …leteOperator/deleteOperatorWithAnyOtherType.ts(25,31): error TS2703: The operand of a 'delete' ope…
2 …leteOperator/deleteOperatorWithAnyOtherType.ts(26,31): error TS2703: The operand of a 'delete' ope…
3 …leteOperator/deleteOperatorWithAnyOtherType.ts(27,31): error TS2703: The operand of a 'delete' ope…
4 …leteOperator/deleteOperatorWithAnyOtherType.ts(28,31): error TS2703: The operand of a 'delete' ope…
5 …leteOperator/deleteOperatorWithAnyOtherType.ts(29,31): error TS2703: The operand of a 'delete' ope…
6 …leteOperator/deleteOperatorWithAnyOtherType.ts(30,31): error TS2703: The operand of a 'delete' ope…
7 …leteOperator/deleteOperatorWithAnyOtherType.ts(33,31): error TS2703: The operand of a 'delete' ope…
8 …leteOperator/deleteOperatorWithAnyOtherType.ts(34,31): error TS2703: The operand of a 'delete' ope…
9 …leteOperator/deleteOperatorWithAnyOtherType.ts(42,32): error TS2703: The operand of a 'delete' ope…
10 …leteOperator/deleteOperatorWithAnyOtherType.ts(43,32): error TS2703: The operand of a 'delete' ope…
[all …]
DincrementOperatorWithNumberTypeInvalidOperations.errors.txt1 …orWithNumberTypeInvalidOperations.ts(18,25): error TS2356: An arithmetic operand must be of type '…
2 …orWithNumberTypeInvalidOperations.ts(19,23): error TS2356: An arithmetic operand must be of type '…
3 …mentOperatorWithNumberTypeInvalidOperations.ts(22,25): error TS2357: The operand of an increment o…
4 …orWithNumberTypeInvalidOperations.ts(23,25): error TS2356: An arithmetic operand must be of type '…
5 …orWithNumberTypeInvalidOperations.ts(24,25): error TS2356: An arithmetic operand must be of type '…
6 …mentOperatorWithNumberTypeInvalidOperations.ts(26,23): error TS2357: The operand of an increment o…
7 …orWithNumberTypeInvalidOperations.ts(27,23): error TS2356: An arithmetic operand must be of type '…
8 …orWithNumberTypeInvalidOperations.ts(28,23): error TS2356: An arithmetic operand must be of type '…
9 …mentOperatorWithNumberTypeInvalidOperations.ts(31,25): error TS2357: The operand of an increment o…
10 …mentOperatorWithNumberTypeInvalidOperations.ts(32,26): error TS2357: The operand of an increment o…
[all …]
DdecrementOperatorWithNumberTypeInvalidOperations.errors.txt1 …orWithNumberTypeInvalidOperations.ts(18,25): error TS2356: An arithmetic operand must be of type '…
2 …orWithNumberTypeInvalidOperations.ts(19,23): error TS2356: An arithmetic operand must be of type '…
3 …mentOperatorWithNumberTypeInvalidOperations.ts(22,25): error TS2357: The operand of an increment o…
4 …orWithNumberTypeInvalidOperations.ts(23,25): error TS2356: An arithmetic operand must be of type '…
5 …orWithNumberTypeInvalidOperations.ts(24,25): error TS2356: An arithmetic operand must be of type '…
6 …mentOperatorWithNumberTypeInvalidOperations.ts(26,23): error TS2357: The operand of an increment o…
7 …orWithNumberTypeInvalidOperations.ts(27,23): error TS2356: An arithmetic operand must be of type '…
8 …orWithNumberTypeInvalidOperations.ts(28,23): error TS2356: An arithmetic operand must be of type '…
9 …mentOperatorWithNumberTypeInvalidOperations.ts(31,25): error TS2357: The operand of an increment o…
10 …mentOperatorWithNumberTypeInvalidOperations.ts(32,26): error TS2357: The operand of an increment o…
[all …]
/third_party/spirv-tools/source/
Dparsed_operand.cpp25 const spv_parsed_operand_t& operand) { in EmitNumericLiteral() argument
26 if (operand.type != SPV_OPERAND_TYPE_LITERAL_INTEGER && in EmitNumericLiteral()
27 operand.type != SPV_OPERAND_TYPE_TYPED_LITERAL_NUMBER && in EmitNumericLiteral()
28 operand.type != SPV_OPERAND_TYPE_OPTIONAL_LITERAL_INTEGER && in EmitNumericLiteral()
29 operand.type != SPV_OPERAND_TYPE_OPTIONAL_TYPED_LITERAL_INTEGER) in EmitNumericLiteral()
31 if (operand.num_words < 1) return; in EmitNumericLiteral()
33 if (operand.num_words > 2) return; in EmitNumericLiteral()
35 const uint32_t word = inst.words[operand.offset]; in EmitNumericLiteral()
36 if (operand.num_words == 1) { in EmitNumericLiteral()
37 switch (operand.number_kind) { in EmitNumericLiteral()
[all …]
/third_party/glslang/Test/baseResults/
DrayQuery-allOps.Error.rgen.out2 …0:47: '==' : wrong operand types: no operation '==' exists that takes a left-hand operand of type…
4 …0:59: '==' : wrong operand types: no operation '==' exists that takes a left-hand operand of type…
5 … wrong operand types: no operation '==' exists that takes a left-hand operand of type ' global 2-…
8 …: wrong operand types: no operation '>' exists that takes a left-hand operand of type ' global 3-…
9 …: wrong operand types: no operation '>' exists that takes a left-hand operand of type ' global 3-…
14 … wrong operand types: no operation '==' exists that takes a left-hand operand of type ' global 2-…
17 …: wrong operand types: no operation '>' exists that takes a left-hand operand of type ' global 3-…
18 …: wrong operand types: no operation '>' exists that takes a left-hand operand of type ' global 3-…
D300operations.frag.out3operand types: no operation '+' exists that takes a left-hand operand of type 'layout( column_majo…
4 …wrong operand types: no operation '+' exists that takes a left-hand operand of type ' global struc…
5 …:32: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of type ' …
6 …33: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of type ' t…
7 …34: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of type ' t…
9 … wrong operand types: no operation '/' exists that takes a left-hand operand of type ' temp medium…
10 …:37: '-' : wrong operand types: no operation '-' exists that takes a left-hand operand of type ' …
11 … wrong operand types: no operation '+' exists that takes a left-hand operand of type ' temp medium…
12 …wrong operand types: no operation '*' exists that takes a left-hand operand of type ' global 5-ele…
13 …: 0:40: '/' : wrong operand types: no operation '/' exists that takes a left-hand operand of type…
[all …]
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h131 #define atomic_fetch_add(object, operand) \ argument
132 __sync_fetch_and_add(object, operand)
134 #define atomic_fetch_add_explicit(object, operand, order) \ argument
135 atomic_fetch_add(object, operand)
137 #define atomic_fetch_sub(object, operand) \ argument
138 __sync_fetch_and_sub(object, operand)
140 #define atomic_fetch_sub_explicit(object, operand, order) \ argument
141 atomic_fetch_sub(object, operand)
143 #define atomic_fetch_or(object, operand) \ argument
144 __sync_fetch_and_or(object, operand)
[all …]
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h124 static inline intptr_t atomic_fetch_add(intptr_t *object, intptr_t operand) in atomic_fetch_add() argument
126 return atomic_add_ptr_nv(object, operand) - operand; in atomic_fetch_add()
129 #define atomic_fetch_sub(object, operand) \ argument
130 atomic_fetch_add(object, -(operand))
132 static inline intptr_t atomic_fetch_or(intptr_t *object, intptr_t operand) in atomic_fetch_or() argument
137 } while (!atomic_compare_exchange_strong(object, old, old | operand)); in atomic_fetch_or()
141 static inline intptr_t atomic_fetch_xor(intptr_t *object, intptr_t operand) in atomic_fetch_xor() argument
146 } while (!atomic_compare_exchange_strong(object, old, old ^ operand)); in atomic_fetch_xor()
150 static inline intptr_t atomic_fetch_and(intptr_t *object, intptr_t operand) in atomic_fetch_and() argument
155 } while (!atomic_compare_exchange_strong(object, old, old & operand)); in atomic_fetch_and()
[all …]
/third_party/vixl/tools/test_generator/
Dgenerator.py69 relevant_operands = filter(lambda operand: operand.type_name == type_name,
71 for operand in relevant_operands:
74 for variant in set(operand.variants) & set(variant_to_exclude):
75 operand.variants.remove(variant)
81 return [operand.name for operand in self.unwrap()]
210 [operand[1] for operand in operands],
364 return "".join([operand.Declare() for operand in self.operands])
438 """.format(operands=",".join(operand),
439 operands_description=" ".join(operand),
440 identifier=test_case.name + "_" + "_".join(operand),
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dparsed_operand.cpp25 const spv_parsed_operand_t& operand) { in EmitNumericLiteral() argument
26 if (operand.type != SPV_OPERAND_TYPE_LITERAL_INTEGER && in EmitNumericLiteral()
27 operand.type != SPV_OPERAND_TYPE_TYPED_LITERAL_NUMBER) in EmitNumericLiteral()
29 if (operand.num_words < 1) return; in EmitNumericLiteral()
31 if (operand.num_words > 2) return; in EmitNumericLiteral()
33 const uint32_t word = inst.words[operand.offset]; in EmitNumericLiteral()
34 if (operand.num_words == 1) { in EmitNumericLiteral()
35 switch (operand.number_kind) { in EmitNumericLiteral()
43 if (operand.number_bit_width == 16) { in EmitNumericLiteral()
54 } else if (operand.num_words == 2) { in EmitNumericLiteral()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/
Dparsed_operand.cpp25 const spv_parsed_operand_t& operand) { in EmitNumericLiteral() argument
26 if (operand.type != SPV_OPERAND_TYPE_LITERAL_INTEGER && in EmitNumericLiteral()
27 operand.type != SPV_OPERAND_TYPE_TYPED_LITERAL_NUMBER) in EmitNumericLiteral()
29 if (operand.num_words < 1) return; in EmitNumericLiteral()
31 if (operand.num_words > 2) return; in EmitNumericLiteral()
33 const uint32_t word = inst.words[operand.offset]; in EmitNumericLiteral()
34 if (operand.num_words == 1) { in EmitNumericLiteral()
35 switch (operand.number_kind) { in EmitNumericLiteral()
43 if (operand.number_bit_width == 16) { in EmitNumericLiteral()
54 } else if (operand.num_words == 2) { in EmitNumericLiteral()
[all …]
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
Dparser_test.js50 let op = inst.operand(0);
70 let op = inst.operand(0);
97 let op1 = inst.operand(1);
101 let op2 = inst.operand(2);
117 let op = inst.operand(2);
135 let op0 = inst.operand(0);
140 let op1 = inst.operand(1);
156 let op0 = inst.operand(0);
161 let op1 = inst.operand(1);
184 let op2 = inst.operand(2);
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dparser_test.js50 let op = inst.operand(0);
70 let op = inst.operand(0);
97 let op1 = inst.operand(1);
101 let op2 = inst.operand(2);
117 let op = inst.operand(2);
135 let op0 = inst.operand(0);
140 let op1 = inst.operand(1);
156 let op0 = inst.operand(0);
161 let op1 = inst.operand(1);
184 let op2 = inst.operand(2);
[all …]

12345678910>>...47