Home
last modified time | relevance | path

Searched defs:operand (Results 1 – 25 of 179) sorted by relevance

12345678

/external/v8/src/wasm/
Dwasm-text.cc107 BlockTypeOperand operand(&i, i.pc()); in PrintWasmText() local
117 BreakDepthOperand operand(&i, i.pc()); in PrintWasmText() local
129 BranchTableOperand operand(&i, i.pc()); in PrintWasmText() local
136 CallIndirectOperand operand(&i, i.pc()); in PrintWasmText() local
142 CallFunctionOperand operand(&i, i.pc()); in PrintWasmText() local
150 LocalIndexOperand operand(&i, i.pc()); in PrintWasmText() local
156 GlobalIndexOperand operand(&i, i.pc()); in PrintWasmText() local
174 MemoryAccessOperand operand(&i, i.pc(), kMaxUInt32); in PrintWasmText() local
Dfunction-body-decoder.cc258 LocalIndexOperand operand(decoder, pc); in AnalyzeLoopAssignment() local
280 inline bool Validate(const byte* pc, LocalIndexOperand& operand) { in Validate()
293 inline bool Validate(const byte* pc, GlobalIndexOperand& operand) { in Validate()
303 inline bool Complete(const byte* pc, CallFunctionOperand& operand) { in Complete()
311 inline bool Validate(const byte* pc, CallFunctionOperand& operand) { in Validate()
319 inline bool Complete(const byte* pc, CallIndirectOperand& operand) { in Complete()
327 inline bool Validate(const byte* pc, CallIndirectOperand& operand) { in Validate()
339 inline bool Validate(const byte* pc, BreakDepthOperand& operand, in Validate()
349 bool Validate(const byte* pc, BranchTableOperand& operand, in Validate()
356 SimdLaneOperand& operand) { in Validate()
[all …]
Dwasm-interpreter.cc783 BreakDepthOperand operand(&i, i.pc()); in ControlTransfers() local
790 BreakDepthOperand operand(&i, i.pc()); in ControlTransfers() local
797 BranchTableOperand operand(&i, i.pc()); in ControlTransfers() local
1185 MemoryAccessOperand operand(decoder, code->at(pc), sizeof(ctype)); in ExecuteLoad() local
1204 MemoryAccessOperand operand(decoder, code->at(pc), sizeof(ctype)); in ExecuteStore() local
1263 BlockTypeOperand operand(&decoder, code->at(pc)); in Execute() local
1269 BlockTypeOperand operand(&decoder, code->at(pc)); in Execute() local
1275 BlockTypeOperand operand(&decoder, code->at(pc)); in Execute() local
1303 BreakDepthOperand operand(&decoder, code->at(pc)); in Execute() local
1309 BreakDepthOperand operand(&decoder, code->at(pc)); in Execute() local
[all …]
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dmatrix.h140 Matrix& Transpose(const Matrix& operand) { in Transpose()
157 Matrix& Scale(const Matrix& operand, const S& scalar) { in Scale()
162 Matrix& Add(const Matrix& operand) { in Add()
178 Matrix& Subtract(const Matrix& operand) { in Subtract()
194 Matrix& PointwiseMultiply(const Matrix& operand) { in PointwiseMultiply()
210 Matrix& PointwiseDivide(const Matrix& operand) { in PointwiseDivide()
234 Matrix& PointwiseSquareRoot(const Matrix& operand) { in PointwiseSquareRoot()
247 Matrix& PointwiseAbsoluteValue(const Matrix& operand) { in PointwiseAbsoluteValue()
260 Matrix& PointwiseSquare(const Matrix& operand) { in PointwiseSquare()
Dcomplex_matrix.h47 ComplexMatrix& PointwiseConjugate(const ComplexMatrix& operand) { in PointwiseConjugate()
61 ComplexMatrix& ConjugateTranspose(const ComplexMatrix& operand) { in ConjugateTranspose()
77 ComplexMatrix& ZeroImag(const ComplexMatrix& operand) { in ZeroImag()
/external/vixl/src/aarch32/
Doperands-aarch32.cc50 std::ostream& operator<<(std::ostream& os, const Operand& operand) { in operator <<()
99 std::ostream& operator<<(std::ostream& os, const SOperand& operand) { in operator <<()
108 std::ostream& operator<<(std::ostream& os, const DOperand& operand) { in operator <<()
117 std::ostream& operator<<(std::ostream& os, const QOperand& operand) { in operator <<()
517 std::ostream& operator<<(std::ostream& os, const MemOperand& operand) { in operator <<()
548 std::ostream& operator<<(std::ostream& os, const AlignedMemOperand& operand) { in operator <<()
Dassembler-aarch32.h1851 void adc(Register rd, Register rn, const Operand& operand) { in adc()
1854 void adc(Condition cond, Register rd, Register rn, const Operand& operand) { in adc()
1860 const Operand& operand) { in adc()
1869 void adcs(Register rd, Register rn, const Operand& operand) { in adcs()
1872 void adcs(Condition cond, Register rd, Register rn, const Operand& operand) { in adcs()
1878 const Operand& operand) { in adcs()
1887 void add(Register rd, Register rn, const Operand& operand) { in add()
1890 void add(Condition cond, Register rd, Register rn, const Operand& operand) { in add()
1896 const Operand& operand) { in add()
1901 void add(Register rd, const Operand& operand) { add(al, rd, operand); } in add()
[all …]
Dmacro-assembler-aarch32.h688 bool AliasesAvailableScratchRegister(const Operand& operand) { in AliasesAvailableScratchRegister()
695 bool AliasesAvailableScratchRegister(const NeonOperand& operand) { in AliasesAvailableScratchRegister()
725 bool AliasesAvailableScratchRegister(const MemOperand& operand) { in AliasesAvailableScratchRegister()
1082 void Adc(Condition cond, Register rd, Register rn, const Operand& operand) { in Adc()
1096 void Adc(Register rd, Register rn, const Operand& operand) { in Adc()
1103 const Operand& operand) { in Adc()
1126 const Operand& operand) { in Adc()
1130 void Adcs(Condition cond, Register rd, Register rn, const Operand& operand) { in Adcs()
1140 void Adcs(Register rd, Register rn, const Operand& operand) { in Adcs()
1144 void Add(Condition cond, Register rd, Register rn, const Operand& operand) { in Add()
[all …]
Dassembler-aarch32.cc1802 const Operand& operand) { in adc()
1890 const Operand& operand) { in adcs()
1978 const Operand& operand) { in add()
2191 void Assembler::add(Condition cond, Register rd, const Operand& operand) { in add()
2227 const Operand& operand) { in adds()
2360 void Assembler::adds(Register rd, const Operand& operand) { in adds()
2380 const Operand& operand) { in addw()
2532 const Operand& operand) { in and_()
2616 const Operand& operand) { in ands()
2700 const Operand& operand) { in asr()
[all …]
/external/google-breakpad/src/processor/
Ddisassembler_x86.cc217 libdis::x86_op_t *operand = libdis::x86_get_src_operand(&current_instr_); in setBadRead() local
231 libdis::x86_op_t *operand = libdis::x86_get_dest_operand(&current_instr_); in setBadWrite() local
/external/swiftshader/third_party/LLVM/tools/edis/
DEDMain.cpp195 int EDGetOperand(EDOperandRef *operand, in EDGetOperand()
201 int EDOperandIsRegister(EDOperandRef operand) { in EDOperandIsRegister()
205 int EDOperandIsImmediate(EDOperandRef operand) { in EDOperandIsImmediate()
209 int EDOperandIsMemory(EDOperandRef operand) { in EDOperandIsMemory()
213 int EDRegisterOperandValue(unsigned *value, EDOperandRef operand) { in EDRegisterOperandValue()
220 int EDImmediateOperandValue(uint64_t *value, EDOperandRef operand) { in EDImmediateOperandValue()
227 int EDEvaluateOperand(uint64_t *result, EDOperandRef operand, in EDEvaluateOperand()
261 int EDBlockEvaluateOperand(uint64_t *result, EDOperandRef operand, in EDBlockEvaluateOperand()
/external/v8/src/crankshaft/arm64/
Ddelayed-masm-arm64.cc66 void DelayedMasm::StoreConstant(uint64_t value, const MemOperand& operand) { in StoreConstant()
98 void DelayedMasm::Load(const CPURegister& rd, const MemOperand& operand) { in Load()
133 void DelayedMasm::Store(const CPURegister& rd, const MemOperand& operand) { in Store()
Ddelayed-masm-arm64-inl.h24 const Operand& operand, in Mov()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc692 const Operand& operand) { in And()
700 const Operand& operand) { in Ands()
706 void MacroAssembler::Tst(const Register& rn, const Operand& operand) { in Tst()
714 const Operand& operand) { in Bic()
722 const Operand& operand) { in Bics()
730 const Operand& operand) { in Orr()
738 const Operand& operand) { in Orn()
746 const Operand& operand) { in Eor()
754 const Operand& operand) { in Eon()
762 const Operand& operand, in LogicalMacro()
[all …]
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DIsEqual.java86 public static <T> Matcher<T> equalTo(T operand) { in equalTo()
94 public static Matcher<Object> equalToObject(Object operand) { in equalToObject()
/external/mesa3d/src/compiler/glsl/
Dir_builder.h48 operand(ir_rvalue *val) in operand() function
53 operand(ir_variable *var) in operand() function
/external/v8/src/arm64/
Dmacro-assembler-arm64-inl.h48 const Operand& operand) { in And()
57 const Operand& operand) { in Ands()
65 const Operand& operand) { in Tst()
73 const Operand& operand) { in Bic()
82 const Operand& operand) { in Bics()
91 const Operand& operand) { in Orr()
100 const Operand& operand) { in Orn()
109 const Operand& operand) { in Eor()
118 const Operand& operand) { in Eon()
126 const Operand& operand, in Ccmp()
[all …]
Dassembler-arm64.cc1095 const Operand& operand) { in add()
1102 const Operand& operand) { in adds()
1108 const Operand& operand) { in cmn()
1116 const Operand& operand) { in sub()
1123 const Operand& operand) { in subs()
1128 void Assembler::cmp(const Register& rn, const Operand& operand) { in cmp()
1134 void Assembler::neg(const Register& rd, const Operand& operand) { in neg()
1140 void Assembler::negs(const Register& rd, const Operand& operand) { in negs()
1148 const Operand& operand) { in adc()
1155 const Operand& operand) { in adcs()
[all …]
/external/v8/src/compiler/
Dregister-allocator-verifier.h75 InstructionOperand operand) in PendingAssessment()
84 InstructionOperand operand() const { return operand_; } in operand() function
133 void Drop(InstructionOperand operand) { map_.erase(operand); } in Drop()
135 void AddDefinition(InstructionOperand operand, int virtual_register) { in AddDefinition()
/external/clang/lib/Headers/
Dstdatomic.h146 #define atomic_fetch_add(object, operand) __c11_atomic_fetch_add(object, operand, __ATOMIC_SEQ_CST) argument
149 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST) argument
152 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) argument
155 #define atomic_fetch_xor(object, operand) __c11_atomic_fetch_xor(object, operand, __ATOMIC_SEQ_CST) argument
158 #define atomic_fetch_and(object, operand) __c11_atomic_fetch_and(object, operand, __ATOMIC_SEQ_CST) argument
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDInst.cpp122 EDOperand *operand = new EDOperand(Disassembler, *this, opIndex, mcOpIndex); in parseOperands() local
154 int EDInst::getOperand(EDOperand *&operand, unsigned int index) { in getOperand()
/external/libpcap/
Dbpf_image.c57 char operand[64]; local
/external/v8/src/crankshaft/
Dhydrogen-uint32-analysis.cc123 HValue* operand = phi->OperandAt(j); in CheckPhiOperands() local
147 HValue* operand = phi->OperandAt(j); in UnmarkPhi() local
Dhydrogen-escape-analysis.cc92 HValue* operand = old_state->OperandAt(index); in NewStateForLoopHeader() local
106 HValue* operand = old_state->OperandAt(index); in NewStateCopy() local
272 HValue* operand = state->OperandAt(index); in AnalyzeDataFlow() local
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_frag.c53 GLenum *operand; member
118 get_input_mapping(struct combiner_state *rc, int operand, int flags) in get_input_mapping()
135 int operand = rc->operand[arg]; in get_input_arg() local

12345678