Home
last modified time | relevance | path

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

1234567

/external/v8/src/compiler/
Dinstruction-selector-unittest.h125 bool IsDouble(const InstructionOperand* operand) const { in IsDouble()
132 bool IsInteger(const InstructionOperand* operand) const { in IsInteger()
139 bool IsReference(const InstructionOperand* operand) const { in IsReference()
146 int32_t ToInt32(const InstructionOperand* operand) const { in ToInt32()
150 int64_t ToInt64(const InstructionOperand* operand) const { in ToInt64()
154 int ToVreg(const InstructionOperand* operand) const { in ToVreg()
170 Constant ToConstant(const InstructionOperand* operand) const { in ToConstant()
Dcode-generator-impl.h95 Constant ToConstant(InstructionOperand* operand) { in ToConstant()
102 double ToDouble(InstructionOperand* operand) { in ToDouble()
106 Handle<HeapObject> ToHeapObject(InstructionOperand* operand) { in ToHeapObject()
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.cc618 const Operand& operand) { in And()
626 const Operand& operand) { in Ands()
633 const Operand& operand) { in Tst()
641 const Operand& operand) { in Bic()
649 const Operand& operand) { in Bics()
657 const Operand& operand) { in Orr()
665 const Operand& operand) { in Orn()
673 const Operand& operand) { in Eor()
681 const Operand& operand) { in Eon()
689 const Operand& operand, in LogicalMacro()
[all …]
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
DIntInsnNode.java46 public int operand; field in IntInsnNode
55 public IntInsnNode(final int opcode, final int operand) { in IntInsnNode()
/external/mesa3d/src/glsl/
Dir_builder.h39 operand(ir_rvalue *val) in operand() function
44 operand(ir_variable *var) in operand() function
/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/v8/src/arm64/
Ddelayed-masm-arm64.cc68 void DelayedMasm::StoreConstant(uint64_t value, const MemOperand& operand) { in StoreConstant()
100 void DelayedMasm::Load(const CPURegister& rd, const MemOperand& operand) { in Load()
135 void DelayedMasm::Store(const CPURegister& rd, const MemOperand& operand) { in Store()
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.cc1086 const Operand& operand) { in add()
1093 const Operand& operand) { in adds()
1099 const Operand& operand) { in cmn()
1107 const Operand& operand) { in sub()
1114 const Operand& operand) { in subs()
1119 void Assembler::cmp(const Register& rn, const Operand& operand) { in cmp()
1125 void Assembler::neg(const Register& rd, const Operand& operand) { in neg()
1131 void Assembler::negs(const Register& rd, const Operand& operand) { in negs()
1139 const Operand& operand) { in adc()
1146 const Operand& operand) { in adcs()
[all …]
Ddelayed-masm-arm64-inl.h24 const Operand& operand, in Mov()
/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/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
Dnv10_state_frag.c71 GLenum *operand; member
141 get_input_mapping(struct combiner_state *rc, int operand, int flags) in get_input_mapping()
166 int operand = rc->operand[arg]; in get_input_arg() local
/external/skia/src/animator/
DSkOpArray.cpp16 bool SkOpArray::getIndex(int index, SkOperand2* operand) { in getIndex()
DSkAnimator.cpp229 int index, SkOperand* operand) { in getArrayCommon()
238 SkOperand operand; in getArrayInt() local
255 SkOperand operand; in getArrayScalar() local
272 SkOperand operand; in getArrayString() local
315 SkOperand operand; in getInt() local
341 SkOperand operand; in getScalar() local
571 SkOperand operand; in setInt() local
596 SkOperand operand; in setScalar() local
DSkScriptTokenizer.cpp485 SkScriptValue2 operand; in innerScript() local
711 SkScriptValue2 operand; in innerScript() local
737 SkScriptValue2 operand; in innerScript() local
993 SkOperand2 operand; in processLogicalOp() local
1198 SkOperand2& operand = value->fOperand; in ConvertTo() local
/external/v8/src/
Dhydrogen-uint32-analysis.cc126 HValue* operand = phi->OperandAt(j); in CheckPhiOperands() local
150 HValue* operand = phi->OperandAt(j); in UnmarkPhi() local
Dhydrogen-escape-analysis.cc91 HValue* operand = old_state->OperandAt(index); in NewStateForLoopHeader() local
105 HValue* operand = old_state->OperandAt(index); in NewStateCopy() local
271 HValue* operand = state->OperandAt(index); in AnalyzeDataFlow() local
/external/libpcap/
Dbpf_image.c62 char operand[64]; local
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc41 Operand operand; member
68 Immediate64 ToImmediate64(InstructionOperand* operand) { in ToImmediate64()
96 Immediate ToImmediate(InstructionOperand* operand) { in ToImmediate()
502 Operand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local
518 Operand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local
540 Operand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local
562 Operand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local
576 Operand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local
586 Operand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local
/external/hamcrest/library/src/org/hamcrest/number/
DIsCloseTo.java36 public static Matcher<Double> closeTo(double operand, double error) { in closeTo()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml30 let operand = codegen_expr operand in var
/external/elfutils/src/libcpu/
Di386_parse.y121 struct operand struct
123 char *fct;
124 char *str;
125 int off1;
126 int off2;
127 int off3;
/external/hamcrest/src/org/hamcrest/core/
DIsEqual.java67 public static <T> Matcher<T> equalTo(T operand) { in equalTo()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc57 Immediate ToImmediate(InstructionOperand* operand) { in ToImmediate()
317 Operand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local
333 Operand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local
346 Operand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local
359 Operand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local
369 Operand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local

1234567