Home
last modified time | relevance | path

Searched refs:op_type (Results 1 – 11 of 11) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
Dia32_operand.c232 static size_t decode_operand_size( unsigned int op_type, x86_insn_t *insn, in decode_operand_size() argument
237 switch (op_type) { in decode_operand_size()
383 unsigned int addr_meth, op_type, op_size, gen_regs; in ia32_decode_operand() local
389 op_type = raw_flags & OPTYPE_MASK; in ia32_decode_operand()
404 op_size = decode_operand_size(op_type, insn, op); in ia32_decode_operand()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dselect_reactor.hpp74 int op_type, socket_type descriptor,
85 ASIO_DECL void start_op(int op_type, socket_type descriptor,
Dreactive_socket_service_base.hpp417 ASIO_DECL void start_op(base_implementation_type& impl, int op_type,
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dselect_reactor.ipp79 int op_type, socket_type descriptor,
84 op_queue_[op_type].enqueue_operation(descriptor, op);
96 void select_reactor::start_op(int op_type, socket_type descriptor,
108 bool first = op_queue_[op_type].enqueue_operation(descriptor, op);
Dreactive_socket_service_base.ipp198 int op_type, reactor_op* op, bool is_continuation,
207 reactor_.start_op(op_type, impl.socket_,
/external/v8/src/interpreter/
Dbytecodes.cc729 OperandType op_type = GetOperandType(bytecode, i); in Decode() local
733 switch (op_type) { in Decode()
736 << DecodeUnsignedOperand(operand_start, op_type, operand_scale); in Decode()
742 << DecodeUnsignedOperand(operand_start, op_type, operand_scale) in Decode()
746 os << "[" << DecodeSignedOperand(operand_start, op_type, operand_scale) in Decode()
751 << DecodeUnsignedOperand(operand_start, op_type, operand_scale); in Decode()
757 DecodeRegisterOperand(operand_start, op_type, operand_scale); in Decode()
767 DecodeRegisterOperand(operand_start, op_type, operand_scale); in Decode()
/external/v8/test/cctest/interpreter/
Dbytecode-expectations-printer.cc105 OperandType op_type = Bytecodes::GetOperandType(bytecode, op_index); in PrintBytecodeOperand() local
125 if (Bytecodes::IsRegisterOperandType(op_type)) { in PrintBytecodeOperand()
148 switch (op_type) { in PrintBytecodeOperand()
/external/opencv/cv/src/
Dcvcorner.cpp204 int aperture_size, int op_type, double k=0. ) in icvCornerEigenValsVecs() argument
392 if( op_type == ICV_MINEIGENVAL ) in icvCornerEigenValsVecs()
396 else if( op_type == ICV_HARRIS ) in icvCornerEigenValsVecs()
400 else if( op_type == ICV_EIGENVALSVECS ) in icvCornerEigenValsVecs()
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm.i28 %rename(op_type) x86_op_type;
/external/pcre/dist/
Dpcre_compile.c4459 int repeat_type, op_type; in compile_branch() local
5639 op_type = 0; /* Default single-char op codes */ in compile_branch()
5735 case OP_CHAR: op_type = OP_STAR - OP_STAR; break; in compile_branch()
5736 case OP_CHARI: op_type = OP_STARI - OP_STAR; break; in compile_branch()
5737 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break; in compile_branch()
5738 case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break; in compile_branch()
5783 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
5804 repeat_type += op_type; in compile_branch()
5843 *code++ = OP_EXACT + op_type; /* NB EXACT doesn't have repeat_type */ in compile_branch()
/external/valgrind/perf/
Dtinycc.c15071 uint8_t op_type[MAX_OPERANDS]; /* see OP_xxx */ member
16309 int op_type[3]; /* decoded op type */ in asm_opcode() local
16368 op1 = pa->op_type[i]; in asm_opcode()
16389 op_type[i] = v; in asm_opcode()
16413 if ((ops[i].type & OP_REG) && !(op_type[i] & (OP_CL | OP_DX))) in asm_opcode()
16460 if (op_type[i] & (OP_REG | OP_ST)) { in asm_opcode()
16523 if (op_type[i] & OP_EA) in asm_opcode()
16528 if (op_type[i] & (OP_REG | OP_MMX | OP_SSE | OP_INDIR)) in asm_opcode()
16539 v = op_type[i]; in asm_opcode()
16559 v = op_type[i]; in asm_opcode()
[all …]