/third_party/ffmpeg/compat/atomics/win32/ |
D | stdatomic.h | 123 #define atomic_fetch_add(object, operand) \ argument 126 #define atomic_fetch_sub(object, operand) \ argument 129 #define atomic_fetch_or(object, operand) \ argument 132 #define atomic_fetch_xor(object, operand) \ argument 135 #define atomic_fetch_and(object, operand) \ argument 138 #define atomic_fetch_add(object, operand) \ argument 141 #define atomic_fetch_sub(object, operand) \ argument 144 #define atomic_fetch_or(object, operand) \ argument 147 #define atomic_fetch_xor(object, operand) \ argument 150 #define atomic_fetch_and(object, operand) \ argument [all …]
|
/third_party/elfutils/lib/ |
D | stdatomic-fbsd.h | 275 #define atomic_fetch_add_explicit(object, operand, order) \ argument 277 #define atomic_fetch_and_explicit(object, operand, order) \ argument 279 #define atomic_fetch_or_explicit(object, operand, order) \ argument 281 #define atomic_fetch_sub_explicit(object, operand, order) \ argument 283 #define atomic_fetch_xor_explicit(object, operand, order) \ argument 300 #define atomic_fetch_add_explicit(object, operand, order) \ argument 302 #define atomic_fetch_and_explicit(object, operand, order) \ argument 304 #define atomic_fetch_or_explicit(object, operand, order) \ argument 306 #define atomic_fetch_sub_explicit(object, operand, order) \ argument 308 #define atomic_fetch_xor_explicit(object, operand, order) \ argument [all …]
|
/third_party/skia/src/sksl/ir/ |
D | SkSLPostfixExpression.h | 24 PostfixExpression(std::unique_ptr<Expression> operand, Operator op) in PostfixExpression() 43 std::unique_ptr<Expression>& operand() { in operand() function 47 const std::unique_ptr<Expression>& operand() const { in operand() function
|
D | SkSLPrefixExpression.h | 27 PrefixExpression(Operator op, std::unique_ptr<Expression> operand) in PrefixExpression() 44 std::unique_ptr<Expression>& operand() { in operand() function 48 const std::unique_ptr<Expression>& operand() const { in operand() function
|
/third_party/vixl/src/aarch32/ |
D | assembler-aarch32.h | 1891 void adc(Register rd, Register rn, const Operand& operand) { in adc() 1894 void adc(Condition cond, Register rd, Register rn, const Operand& operand) { in adc() 1900 const Operand& operand) { in adc() 1909 void adcs(Register rd, Register rn, const Operand& operand) { in adcs() 1912 void adcs(Condition cond, Register rd, Register rn, const Operand& operand) { in adcs() 1918 const Operand& operand) { in adcs() 1927 void add(Register rd, Register rn, const Operand& operand) { in add() 1930 void add(Condition cond, Register rd, Register rn, const Operand& operand) { in add() 1936 const Operand& operand) { in add() 1941 void add(Register rd, const Operand& operand) { add(al, rd, operand); } in add() [all …]
|
D | operands-aarch32.cc | 51 std::ostream& operator<<(std::ostream& os, const Operand& operand) { in operator <<() 100 std::ostream& operator<<(std::ostream& os, const SOperand& operand) { in operator <<() 109 std::ostream& operator<<(std::ostream& os, const DOperand& operand) { in operator <<() 118 std::ostream& operator<<(std::ostream& os, const QOperand& operand) { in operator <<() 518 std::ostream& operator<<(std::ostream& os, const MemOperand& operand) { in operator <<() 550 std::ostream& operator<<(std::ostream& os, const AlignedMemOperand& operand) { in operator <<()
|
D | macro-assembler-aarch32.h | 566 bool AliasesAvailableScratchRegister([[maybe_unused]] const Operand& operand) { in Assembler() 576 bool AliasesAvailableScratchRegister([[maybe_unused]] const NeonOperand& operand) { in Assembler() 621 bool AliasesAvailableScratchRegister([[maybe_unused]] const MemOperand& operand) { in Assembler() 1125 void Adc(Condition cond, Register rd, Register rn, const Operand& operand) { in Assembler() 1143 void Adc(Register rd, Register rn, const Operand& operand) { in Assembler() 1150 const Operand& operand) { in Assembler() 1173 const Operand& operand) { in Assembler() 1177 void Adcs(Condition cond, Register rd, Register rn, const Operand& operand) { in Assembler() 1191 void Adcs(Register rd, Register rn, const Operand& operand) { in Assembler() 1195 void Add(Condition cond, Register rd, Register rn, const Operand& operand) { in Assembler() [all …]
|
/third_party/ffmpeg/compat/atomics/gcc/ |
D | stdatomic.h | 131 #define atomic_fetch_add(object, operand) \ argument 134 #define atomic_fetch_add_explicit(object, operand, order) \ argument 137 #define atomic_fetch_sub(object, operand) \ argument 140 #define atomic_fetch_sub_explicit(object, operand, order) \ argument 143 #define atomic_fetch_or(object, operand) \ argument 146 #define atomic_fetch_or_explicit(object, operand, order) \ argument 149 #define atomic_fetch_xor(object, operand) \ argument 152 #define atomic_fetch_xor_explicit(object, operand, order) \ argument 155 #define atomic_fetch_and(object, operand) \ argument 158 #define atomic_fetch_and_explicit(object, operand, order) \ argument
|
/third_party/typescript/tests/baselines/reference/extractFunction/ |
D | extractFunction29.ts | 5 operand: any; property 23 operand: any; property 45 operand: any; property
|
/third_party/ffmpeg/compat/atomics/suncc/ |
D | stdatomic.h | 124 static inline intptr_t atomic_fetch_add(intptr_t *object, intptr_t operand) in atomic_fetch_add() 129 #define atomic_fetch_sub(object, operand) \ argument 132 static inline intptr_t atomic_fetch_or(intptr_t *object, intptr_t operand) in atomic_fetch_or() 141 static inline intptr_t atomic_fetch_xor(intptr_t *object, intptr_t operand) in atomic_fetch_xor() 150 static inline intptr_t atomic_fetch_and(intptr_t *object, intptr_t operand) in atomic_fetch_and() 159 #define atomic_fetch_add_explicit(object, operand, order) \ argument 162 #define atomic_fetch_sub_explicit(object, operand, order) \ argument 165 #define atomic_fetch_or_explicit(object, operand, order) \ argument 168 #define atomic_fetch_xor_explicit(object, operand, order) \ argument 171 #define atomic_fetch_and_explicit(object, operand, order) \ argument
|
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
D | gen_spirv_builder_and_parser.py | 280 def get_operand_name(self, operand): argument 326 def get_operand_type_in_and_out(self, operand): argument 346 def get_operand_push_back_line(self, operand, operand_name, is_array, is_optional): argument 390 def get_operand_parse_line(self, operand, operand_name, is_array, is_optional): argument 447 def process_operand(self, operand, cpp_operands_in, cpp_operands_out, cpp_in_parse_lines, argument
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | macro-assembler-arm64-inl.h | 25 const Operand& operand) { in And() 32 const Operand& operand) { in Ands() 38 void TurboAssembler::Tst(const Register& rn, const Operand& operand) { in Tst() 44 const Operand& operand) { in Bic() 51 const Operand& operand) { in Bics() 58 const Operand& operand) { in Orr() 65 const Operand& operand) { in Orn() 72 const Operand& operand) { in Eor() 79 const Operand& operand) { in Eon() 85 void TurboAssembler::Ccmp(const Register& rn, const Operand& operand, in Ccmp() [all …]
|
/third_party/node/deps/v8/src/maglev/ |
D | maglev-code-gen-state.h | 115 const compiler::AllocatedOperand& operand) { in GetFramePointerOffsetForStackSlot() 129 inline MemOperand GetStackSlot(const compiler::AllocatedOperand& operand) { in GetStackSlot() 133 inline Register ToRegister(const compiler::InstructionOperand& operand) { in ToRegister() 141 inline MemOperand ToMemOperand(const compiler::InstructionOperand& operand) { in ToMemOperand()
|
/third_party/vixl/src/aarch64/ |
D | macro-assembler-aarch64.cc | 803 const Operand& operand) { in Emit() 811 const Operand& operand) { in Emit() 817 void MacroAssembler::Tst(const Register& rn, const Operand& operand) { in Emit() 825 const Operand& operand) { in Emit() 833 const Operand& operand) { in Emit() 841 const Operand& operand) { in Emit() 849 const Operand& operand) { in Emit() 857 const Operand& operand) { in Emit() 865 const Operand& operand) { in Emit() 873 const Operand& operand, in Emit() [all …]
|
/third_party/node/deps/v8/src/interpreter/ |
D | bytecode-node.h | 110 uint32_t operand(int i) const { in operand() function 238 V8_INLINE static OperandScale ScaleForOperand(uint32_t operand) { in ScaleForOperand() 248 V8_INLINE void UpdateScaleForOperand(int operand_index, uint32_t operand) { in UpdateScaleForOperand() 259 V8_INLINE void SetOperand(int operand_index, uint32_t operand) { in SetOperand()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderParse.c | 190 struct Shader_operand *operand) in parse_operand() 221 struct Shader_relative_operand *operand) in parse_relative_operand() 274 struct Shader_operand *operand) in parse_operand_index()
|
/third_party/spirv-tools/source/val/ |
D | validate_literals.cpp | 31 bool IsLiteralNumber(const spv_parsed_operand_t& operand) { in IsLiteralNumber() 70 const spv_parsed_operand_t& operand = inst->operand(i); in LiteralsPass() local
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_literals.cpp | 31 bool IsLiteralNumber(const spv_parsed_operand_t& operand) { in IsLiteralNumber() 70 const spv_parsed_operand_t& operand = inst->operand(i); in LiteralsPass() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_literals.cpp | 31 bool IsLiteralNumber(const spv_parsed_operand_t& operand) { in IsLiteralNumber() 70 const spv_parsed_operand_t& operand = inst->operand(i); in LiteralsPass() local
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_add_spec_constant_op.cpp | 34 for (const auto& operand : operands) { in TransformationAddSpecConstantOp() local 65 for (const auto& operand : message_.operand()) { in ApplyImpl() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_spec_constant_op.cpp | 34 for (const auto& operand : operands) { in TransformationAddSpecConstantOp() local 65 for (const auto& operand : message_.operand()) { in ApplyImpl() local
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_add_spec_constant_op.cpp | 34 for (const auto& operand : operands) { in TransformationAddSpecConstantOp() local 65 for (const auto& operand : message_.operand()) { in ApplyImpl() local
|
/third_party/ffmpeg/compat/atomics/dummy/ |
D | stdatomic.h | 149 #define atomic_fetch_add_explicit(object, operand, order) \ argument 152 #define atomic_fetch_sub_explicit(object, operand, order) \ argument 155 #define atomic_fetch_or_explicit(object, operand, order) \ argument 158 #define atomic_fetch_xor_explicit(object, operand, order) \ argument 161 #define atomic_fetch_and_explicit(object, operand, order) \ argument
|
/third_party/ffmpeg/compat/atomics/pthread/ |
D | stdatomic.h | 170 #define atomic_fetch_add_explicit(object, operand, order) \ argument 173 #define atomic_fetch_sub_explicit(object, operand, order) \ argument 176 #define atomic_fetch_or_explicit(object, operand, order) \ argument 179 #define atomic_fetch_xor_explicit(object, operand, order) \ argument 182 #define atomic_fetch_and_explicit(object, operand, order) \ argument
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_builder.h | 51 operand(ir_rvalue *val) in operand() function 56 operand(ir_variable *var) in operand() function
|