Searched refs:operand (Results 176 - 200 of 356) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DOptimize.py111 new_node = ExprNodes.NotNode(pos, operand=new_node)
362 ExprNodes.AmpersandNode(slice_node.pos, operand=length_temp.ref(slice_node.pos),
364 ExprNodes.AmpersandNode(slice_node.pos, operand=data_temp.ref(slice_node.pos),
366 ExprNodes.AmpersandNode(slice_node.pos, operand=kind_temp.ref(slice_node.pos),
485 node.target.pos, operand=counter_temp,
730 node.pos, operand=dict_len_temp.ref(dict_obj.pos),
736 node.pos, operand=is_dict_temp,
822 cond = cond.operand
1085 operand = cond,
1397 condition = ExprNodes.NotNode(yield_expression.pos, operand
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DASMifierMethodVisitor.java148 public void visitIntInsn(final int opcode, final int operand) { argument
154 ? TYPES[operand]
155 : Integer.toString(operand))
H A DTraceMethodVisitor.java220 public void visitIntInsn(final int opcode, final int operand) { argument
226 ? TYPES[operand]
227 : Integer.toString(operand))
232 mv.visitIntInsn(opcode, operand);
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc1552 // Test the non-zero operand for negative sign.
1844 Operand operand = BuildSeqStringOperand(string, instr->index(), encoding); local
1846 __ movzx_b(result, operand);
1848 __ movzx_w(result, operand);
1868 Operand operand = BuildSeqStringOperand(string, instr->index(), encoding); local
1875 __ mov_b(operand, static_cast<int8_t>(value));
1878 __ mov_w(operand, static_cast<int16_t>(value));
1883 __ mov_b(operand, value);
1885 __ mov_w(operand, value);
2937 MemOperand operand local
2961 EmitPushTaggedOperand(LOperand* operand) argument
4005 MemOperand operand = instr->object()->IsConstantOperand() local
4053 MemOperand operand = FieldOperand(write_register, offset); local
4219 Operand operand = BuildFastArrayOperand( local
4957 Operand operand = ToOperand(instr->value()); local
[all...]
H A Dlithium-ia32.cc34 LUnallocated* operand = LUnallocated::cast(it.Current()); local
35 DCHECK(operand->HasFixedPolicy() ||
36 operand->IsUsedAtStart());
39 LUnallocated* operand = LUnallocated::cast(it.Current()); local
40 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
567 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { argument
572 operand->set_virtual_register(value->id());
573 return operand;
666 LUnallocated* operand local
679 LUnallocated* operand = ToUnallocated(reg); local
686 LUnallocated* operand = ToUnallocated(reg); local
921 LUnallocated* operand = LUnallocated::cast(it.Current()); local
928 LUnallocated* operand = LUnallocated::cast(it.Current()); local
[all...]
/external/chromium_org/third_party/mach_override/libudis86/
H A Dtypes.h206 struct ud_operand operand[3]; member in struct:ud
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc31 LUnallocated* operand = LUnallocated::cast(it.Current()); local
32 DCHECK(operand->HasFixedPolicy() ||
33 operand->IsUsedAtStart());
36 LUnallocated* operand = LUnallocated::cast(it.Current()); local
37 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
516 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { argument
521 operand->set_virtual_register(value->id());
522 return operand;
613 LUnallocated* operand local
626 LUnallocated* operand = local
639 LUnallocated* operand = ToUnallocated(reg); local
646 LUnallocated* operand = ToUnallocated(reg); local
881 LUnallocated* operand = LUnallocated::cast(it.Current()); local
888 LUnallocated* operand = LUnallocated::cast(it.Current()); local
[all...]
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc31 LUnallocated* operand = LUnallocated::cast(it.Current()); local
32 DCHECK(operand->HasFixedPolicy() ||
33 operand->IsUsedAtStart());
36 LUnallocated* operand = LUnallocated::cast(it.Current()); local
37 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
369 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { argument
374 operand->set_virtual_register(value->id());
375 return operand;
505 LUnallocated* operand local
518 LUnallocated* operand = local
547 LUnallocated* operand = ToUnallocated(reg); local
554 LUnallocated* operand = ToUnallocated(reg); local
719 LUnallocated* operand = LUnallocated::cast(it.Current()); local
726 LUnallocated* operand = LUnallocated::cast(it.Current()); local
[all...]
/external/chromium_org/v8/src/
H A Dlithium.cc402 HConstant* LChunk::LookupConstant(LConstantOperand* operand) const {
403 return HConstant::cast(graph_->LookupValue(operand->index()));
408 LConstantOperand* operand) const {
409 return graph_->LookupValue(operand->index())->representation();
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc33 LUnallocated* operand = LUnallocated::cast(it.Current()); local
34 DCHECK(operand->HasFixedPolicy() ||
35 operand->IsUsedAtStart());
38 LUnallocated* operand = LUnallocated::cast(it.Current()); local
39 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
523 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { argument
528 operand->set_virtual_register(value->id());
529 return operand;
620 LUnallocated* operand local
633 LUnallocated* operand = local
646 LUnallocated* operand = ToUnallocated(reg); local
653 LUnallocated* operand = ToUnallocated(reg); local
891 LUnallocated* operand = LUnallocated::cast(it.Current()); local
898 LUnallocated* operand = LUnallocated::cast(it.Current()); local
[all...]
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.cc33 LUnallocated* operand = LUnallocated::cast(it.Current()); local
34 DCHECK(operand->HasFixedPolicy() ||
35 operand->IsUsedAtStart());
38 LUnallocated* operand = LUnallocated::cast(it.Current()); local
39 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
523 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { argument
528 operand->set_virtual_register(value->id());
529 return operand;
620 LUnallocated* operand local
633 LUnallocated* operand = local
646 LUnallocated* operand = ToUnallocated(reg); local
653 LUnallocated* operand = ToUnallocated(reg); local
891 LUnallocated* operand = LUnallocated::cast(it.Current()); local
898 LUnallocated* operand = LUnallocated::cast(it.Current()); local
[all...]
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.h85 X87OperandType operand = kX87DoubleOperand);
87 X87OperandType operand = kX87DoubleOperand);
89 X87OperandType operand = kX87DoubleOperand);
113 // The operand denoting the second word (the one with a higher address) of
349 // register, or a stack slot operand.
350 void EmitPushTaggedOperand(LOperand* operand);
H A Dlithium-x87.cc34 LUnallocated* operand = LUnallocated::cast(it.Current()); local
35 DCHECK(operand->HasFixedPolicy() ||
36 operand->IsUsedAtStart());
39 LUnallocated* operand = LUnallocated::cast(it.Current()); local
40 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
573 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { argument
578 operand->set_virtual_register(value->id());
579 return operand;
672 LUnallocated* operand local
685 LUnallocated* operand = ToUnallocated(reg); local
928 LUnallocated* operand = LUnallocated::cast(it.Current()); local
935 LUnallocated* operand = LUnallocated::cast(it.Current()); local
[all...]
/external/elfutils/0.153/lib/
H A Dcolor.c165 E (o, operand),
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dparser.ml90 | [< 'Token.Kwd op when op != '(' && op != ')'; operand=parse_expr >] ->
91 Ast.Unary (op, operand)
H A Dcodegen.ml20 | Ast.Unary (op, operand) ->
21 let operand = codegen_expr operand in
28 build_call callee [|operand|] "unop" builder
/external/qemu/target-arm/
H A Dop_helper.c98 int operand = insn & 0xf; local
102 cp_info, src, operand, val, (void*)GETPC());
110 int operand = insn & 0xf; local
114 cp_info, dest, operand, (void*)GETPC());
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DMethodNode.java249 public void visitIntInsn(final int opcode, final int operand) { argument
250 instructions.add(new IntInsnNode(opcode, operand));
/external/chromium_org/third_party/ots/src/
H A Dcff.cc160 bool CheckOffset(const std::pair<uint32_t, DICT_OPERAND_TYPE>& operand, argument
162 if (operand.second != DICT_OPERAND_INTEGER) {
165 if (operand.first >= table_length) {
171 bool CheckSid(const std::pair<uint32_t, DICT_OPERAND_TYPE>& operand, argument
173 if (operand.second != DICT_OPERAND_INTEGER) {
176 if (operand.first > sid_max) {
/external/chromium_org/v8/src/compiler/
H A Dinstruction.h109 // Lifetime of operand inside the instruction.
111 // USED_AT_START operand is guaranteed to be live only at
113 // to some other operand used inside instruction (i.e. temporary or
117 // USED_AT_END operand is treated as live until the end of
119 // register for any other operand inside instruction.
172 // stored within the operand. The FIXED_SLOT policy uses a compact encoding
208 // Predicates for the operand policy.
256 // [virtual_register]: The virtual register ID for this operand.
276 void set_source(InstructionOperand* operand) { source_ = operand; } argument
279 set_destination(InstructionOperand* operand) argument
[all...]
/external/libcxxabi/src/Unwind/
H A DDwarfParser.hpp383 uint8_t operand;
679 operand = opcode & 0x3F;
682 reg = operand;
688 fprintf(stderr, "DW_CFA_offset(reg=%d, offset=%lld)\n", operand,
692 codeOffset += operand * cieInfo.codeAlignFactor;
698 reg = operand;
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc1493 // Test the non-zero operand for negative sign.
1829 Operand operand = BuildSeqStringOperand(string, instr->index(), encoding); local
1831 __ movzxbl(result, operand);
1833 __ movzxwl(result, operand);
1853 Operand operand = BuildSeqStringOperand(string, instr->index(), encoding); local
1859 __ movb(operand, Immediate(value));
1862 __ movw(operand, Immediate(value));
1867 __ movb(operand, value);
1869 __ movw(operand, value);
3098 Operand operand(BuildFastArrayOperan
4170 Operand operand = FieldOperand(write_register, offset); local
4420 Operand operand = local
5490 EmitPushTaggedOperand(LOperand* operand) argument
[all...]
H A Dlithium-x64.cc34 LUnallocated* operand = LUnallocated::cast(it.Current()); local
35 DCHECK(operand->HasFixedPolicy() ||
36 operand->IsUsedAtStart());
39 LUnallocated* operand = LUnallocated::cast(it.Current()); local
40 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
549 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { argument
554 operand->set_virtual_register(value->id());
555 return operand;
648 LUnallocated* operand local
661 LUnallocated* operand = ToUnallocated(reg); local
668 LUnallocated* operand = ToUnallocated(reg); local
904 LUnallocated* operand = LUnallocated::cast(it.Current()); local
911 LUnallocated* operand = LUnallocated::cast(it.Current()); local
[all...]
/external/libunwind/src/dwarf/
H A DGparser.c64 unw_word_t curr_ip, operand = 0, regnum, val, len, fde_encoding; local
95 operand = op & DWARF_CFA_OPERAND_MASK;
101 curr_ip += operand * dci->code_align;
144 regnum = operand;
178 regnum = operand;
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dbignum.cc165 void Bignum::AddUInt64(uint64_t operand) { argument
166 if (operand == 0) return;
168 other.AssignUInt64(operand);

Completed in 595 milliseconds

1234567891011>>