Searched defs:operand (Results 51 - 75 of 294) sorted by relevance

1234567891011>>

/external/v8/src/interpreter/
H A Dbytecode-register.cc97 int32_t operand = ToOperand(); local
98 if (operand >= kMinInt8 && operand <= kMaxInt8) {
100 } else if (operand >= kMinInt16 && operand <= kMaxInt16) {
H A Dbytecode-register.h61 static Register FromOperand(int32_t operand) { argument
62 return Register(kRegisterFileStartOffset - operand);
/external/ImageMagick/coders/
H A Drle.c147 operand,
363 operand=ReadBlobByte(image);
365 operand=ReadBlobLSBSignedShort(image);
367 y+=operand;
372 operand=ReadBlobByte(image);
373 plane=(unsigned char) operand;
381 operand=ReadBlobByte(image);
383 operand=ReadBlobLSBSignedShort(image);
384 x+=operand;
389 operand
144 operand, local
[all...]
/external/annotation-tools/annotation-file-utilities/src/annotator/scanner/
H A DMethodOffsetClassVisitor.java123 public void visitIntInsn(int opcode, int operand) { argument
124 super.visitIntInsn(opcode, operand);
128 mcoa.visitIntInsn(opcode, operand);
/external/annotation-tools/asmx/src/org/objectweb/asm/
H A DMethodAdapter.java96 public void visitIntInsn(final int opcode, final int operand) { argument
97 mv.visitIntInsn(opcode, operand);
H A DMethodVisitor.java103 * Visits a zero operand instruction.
123 * Visits an instruction with a single int operand.
127 * @param operand the operand of the instruction to be visited.<br>
128 * When opcode is BIPUSH, operand value should be between
130 * When opcode is SIPUSH, operand value should be between
132 * When opcode is NEWARRAY, operand value should be one of
138 void visitIntInsn(int opcode, int operand); argument
147 * @param var the operand of the instruction to be visited. This operand i
[all...]
/external/annotation-tools/asmx/src/org/objectweb/asm/commons/
H A DAdviceAdapter.java414 public void visitIntInsn(int opcode, int operand) { argument
415 mv.visitIntInsn(opcode, operand);
/external/annotation-tools/asmx/src/org/objectweb/asm/util/
H A DASMifierMethodVisitor.java103 public void visitIntInsn(final int opcode, final int operand) { argument
109 ? TYPES[operand]
110 : Integer.toString(operand))
/external/annotation-tools/scene-lib/src/annotations/io/classfile/
H A DMethodCodeOffsetAdapter.java67 public void visitIntInsn(int opcode, int operand) { argument
68 super.visitIntInsn(opcode, operand);
/external/capstone/arch/X86/
H A DX86Disassembler.c61 /// register, and appends it as an operand to an MCInst.
88 /// translateSrcIndex - Appends a source index operand to an MCInst.
112 /// translateDstIndex - Appends a destination index operand to an MCInst.
134 /// translateImmediate - Appends an immediate operand to an MCInst.
138 /// @param operand - The operand, as stored in the descriptor table.
141 const OperandSpecifier *operand, InternalInstruction *insn)
145 type = (OperandType)operand->type;
174 switch (operand->encoding) {
297 // operand i
140 translateImmediate(MCInst *mcInst, uint64_t immediate, const OperandSpecifier *operand, InternalInstruction *insn) argument
545 translateRM(MCInst *mcInst, const OperandSpecifier *operand, InternalInstruction *insn) argument
630 translateOperand(MCInst *mcInst, const OperandSpecifier *operand, InternalInstruction *insn) argument
[all...]
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
H A DCoreMatchers.java226 * <code>operand</code>, as determined by calling the {@link java.lang.Object#equals} method on
229 * <p>If the specified operand is <code>null</code> then the created matcher will only match if
236 * it will match if both the operand and the examined object are arrays of the same length and
245 public static <T> org.hamcrest.Matcher<T> equalTo(T operand) { argument
246 return org.hamcrest.core.IsEqual.equalTo(operand);
253 public static org.hamcrest.Matcher<java.lang.Object> equalToObject(java.lang.Object operand) { argument
254 return org.hamcrest.core.IsEqual.equalToObject(operand);
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
H A DLabelFlowAnalyzer.java158 public void visitIntInsn(final int opcode, final int operand) { argument
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
H A DDuplicateFrameEliminator.java49 public void visitIntInsn(final int opcode, final int operand) { argument
51 mv.visitIntInsn(opcode, operand);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_frag.c71 GLenum *operand; member in struct:combiner_state
89 (rc)->operand = c->Operand##chan; \
136 * operand, possibly inverted or biased. */
141 get_input_mapping(struct combiner_state *rc, int operand, int flags) argument
145 if (is_color_operand(operand))
150 if (is_negative_operand(operand) == !(flags & INVERT))
166 int operand = rc->operand[arg]; local
177 if (is_color_operand(operand))
179 get_input_mapping(rc, operand, flag
[all...]
/external/swiftshader/src/OpenGL/compiler/
H A DValidateLimitations.cpp367 // The operand must be loop index.
451 TIntermNode* operand) {
456 const TIntermSymbol* symbol = operand->getAsSymbolNode();
495 // the operand is a uniform in a vertex shader.
496 TIntermTyped* operand = node->getLeft(); local
498 (operand->getQualifier() == EvqUniform);
450 validateOperation(TIntermOperator* node, TIntermNode* operand) argument
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
H A DPTXISelDAGToDAG.cpp56 bool isImm(const SDValue &operand);
57 bool SelectImm(const SDValue &operand, SDValue &imm);
197 // Match memory operand of the form [reg+reg]
211 // Match memory operand of the form [reg], [imm+reg], and [reg+imm]
286 // Match memory operand of the form [imm+imm] and [imm]
307 // Match memory operand of the form [reg], [imm+reg], and [reg+imm]
337 bool PTXDAGToDAGISel::isImm(const SDValue &operand) { argument
338 return ConstantSDNode::classof(operand.getNode());
341 bool PTXDAGToDAGISel::SelectImm(const SDValue &operand, SDValue &imm) { argument
342 SDNode *node = operand
[all...]
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
H A DDisassembler.cpp348 EDOperand *operand; local
349 if (inst->getOperand(operand, operandIndex)) {
350 errs() << "error: couldn't get operand\n";
356 if (operand->evaluate(evaluatedResult, verboseEvaluator, Arg)) {
357 errs() << "error: Couldn't evaluate an operand\n";
/external/tensorflow/tensorflow/compiler/xla/
H A Dreference_util.h43 const Array2D<float>& operand);
51 // Converts the input operand to use f64 values instead of f32 values.
169 const tensorflow::gtl::ArraySlice<float>& operand, float init,
173 const Array2D<float>& operand, float init,
177 const Array3D<float>& operand, float init,
181 const Array4D<float>& operand, float init,
187 const tensorflow::gtl::ArraySlice<float>& operand, float init,
192 const tensorflow::gtl::ArraySlice<float>& operand, float init,
198 const Array4D<float>& operand, float init,
204 const Array4D<float>& operand, floa
501 PadArray2D( const Array2D<NativeT>& operand, const PaddingConfig& padding, const NativeT pad) argument
536 PadArray3D(const Array3D<NativeT>& operand, const PaddingConfig& padding, const NativeT pad) argument
595 PadArray4D(const Array4D<NativeT>& operand, const PaddingConfig& padding, const NativeT pad) argument
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbfloat16_normalization.cc62 // Inserts a conversion HLO that changes the given HLO's operand type.
106 auto operand = hlo->mutable_operand(operand_idx); local
108 ShapeUtil::ChangeElementType(operand->shape(), to), operand));
159 operand_types[i] = crs->operand(i)->shape().element_type();
230 if (hlo->operand(i)->shape().element_type() == F32) {
233 } else if (hlo->operand(i)->shape().element_type() == BF16) {
H A Dhlo_cost_analysis_test.cc250 auto operand = local
255 builder.SelectAndScatter(operand, gt_, {4, 5}, {4, 5}, Padding::kValid,
H A Dlayout_assignment.h85 // Constraint on the layout of the operand of an instruction. The constrained
99 const HloInstruction* operand() const { function in class:xla::OperandLayoutConstraint
100 return instruction_->operand(operand_no_);
151 // Returns the layout of a LogicalBuffer, the layout of the operand of the
164 // operand of the instruction, or the layout of the result of the computation,
174 // operand using a Layout object. The operand must be array-shaped.
187 // Returns true if any buffer in the given operand is forwarded to the output
339 // Chooses a layout of operand `operand_no` of `instruction` that minimizes
342 // Precondition: `instruction` and the operand ar
[all...]
H A Dliveness_util_test.cc70 // operand.
253 // The DynamicUpdateSlice instruction can share with the data operand, but not
354 auto operand = builder.AddInstruction( local
358 HloInstruction::CreateReverse(data_shape, operand, {0, 1}));
371 // Output fused operand->reverse->add cannot alias operand buffer 'operand'.
372 EXPECT_FALSE(CanShareOperandBufferWithUser(operand, {}, fusion, {},
375 EXPECT_FALSE(CanShareOperandBufferWithUser(operand, {}, fusion, {},
415 // The While instruction can share with the data operand
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dcudnn_batchnorm_thunk.cc80 const BufferAllocation::Slice& operand,
86 operand_(operand),
98 LayoutUtil::LayoutsInShapesEqual(hlo->shape(), hlo->operand(0)->shape()));
134 const BufferAllocation::Slice& operand,
142 operand_(operand),
155 hlo->operand(0)->shape()));
211 const BufferAllocation::Slice& operand,
220 operand_(operand),
235 hlo->operand(0)->shape()));
237 hlo->operand(
79 CudnnBatchNormForwardInferenceThunk( const BufferAllocation::Slice& operand, const BufferAllocation::Slice& scale, const BufferAllocation::Slice& offset, const BufferAllocation::Slice& mean, const BufferAllocation::Slice& variance, float epsilon, int64 feature_index, const BufferAllocation::Slice& output, const HloInstruction* hlo) argument
133 CudnnBatchNormForwardTrainingThunk( const BufferAllocation::Slice& operand, const BufferAllocation::Slice& scale, const BufferAllocation::Slice& offset, float epsilon, int64 feature_index, const BufferAllocation::Slice& output_data, const BufferAllocation::Slice& output_mean, const BufferAllocation::Slice& output_inv_stddev, const BufferAllocation::Slice& output_tuple, const HloInstruction* hlo) argument
210 CudnnBatchNormBackwardThunk( const BufferAllocation::Slice& operand, const BufferAllocation::Slice& scale, const BufferAllocation::Slice& mean, const BufferAllocation::Slice& inv_stddev, const BufferAllocation::Slice& grad_output, float epsilon, int64 feature_index, const BufferAllocation::Slice& output_grad_data, const BufferAllocation::Slice& output_grad_scale, const BufferAllocation::Slice& output_grad_offset, const BufferAllocation::Slice& output_tuple, const HloInstruction* hlo) argument
[all...]
H A Delemental_ir_emitter.cc56 // Returns whether operand is a floating-point literal with the given value.
57 bool IsFPLiteralWithValue(const HloInstruction* operand, float value) { argument
58 return operand->opcode() == HloOpcode::kConstant &&
59 operand->literal().IsAllFloat(value);
161 PrimitiveType lhs_input_type = op->operand(0)->shape().element_type();
162 PrimitiveType rhs_input_type = op->operand(1)->shape().element_type();
182 PrimitiveType lhs_input_type = op->operand(0)->shape().element_type();
183 PrimitiveType rhs_input_type = op->operand(1)->shape().element_type();
200 const HloInstruction* rhs = op->operand(1);
260 PrimitiveType input_type = op->operand(
[all...]
H A Dwhile_transformer.cc41 // HloOpcode of the operand.
116 // Recursively matches each operand in 'operands_'.
142 // Match each operand in 'operands_'.
144 TF_RETURN_IF_ERROR(pair.second->Match(instruction->operand(pair.first),
151 void SetOperand(int64 index, const ExprTree& operand) { argument
153 operands_.insert(std::make_pair(index, MakeUnique<ExprTree>(operand)));
233 // *) Used in subsequent matching passes of while init operand and body
237 // *) The integral value from Constant root operand in matched computation.
304 // Get tagged 'gte.fusion_param.param0', find its associated fusion operand,
311 if (gte_fusion_param0->parent()->FusionInstruction()->operand(
[all...]

Completed in 576 milliseconds

1234567891011>>