Searched refs:op_type (Results 1 – 6 of 6) sorted by relevance
/external/google-breakpad/src/third_party/libdisasm/ |
D | ia32_operand.c | 232 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/linux-tools-perf/src/tools/lib/traceevent/ |
D | parse-filter.c | 429 int op_type; in add_right() local 482 op_type = op->num.type; in add_right() 509 switch (op_type) { in add_right() 511 op_type = FILTER_CMP_MATCH; in add_right() 514 op_type = FILTER_CMP_NOT_MATCH; in add_right() 534 op->str.type = op_type; in add_right() 623 enum op_type { enum 631 static enum op_type process_op(const char *token, in process_op() 897 enum op_type op_type; in process_filter() local 999 op_type = process_op(token, &btype, &ctype, &etype); in process_filter() [all …]
|
/external/opencv/cv/src/ |
D | cvcorner.cpp | 204 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/ |
D | libdisasm.i | 28 %rename(op_type) x86_op_type;
|
/external/pcre/dist/ |
D | pcre_compile.c | 4389 int repeat_type, op_type; in compile_branch() local 5537 op_type = 0; /* Default single-char op codes */ in compile_branch() 5633 case OP_CHAR: op_type = OP_STAR - OP_STAR; break; in compile_branch() 5634 case OP_CHARI: op_type = OP_STARI - OP_STAR; break; in compile_branch() 5635 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break; in compile_branch() 5636 case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break; in compile_branch() 5681 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch() 5702 repeat_type += op_type; in compile_branch() 5741 *code++ = OP_EXACT + op_type; /* NB EXACT doesn't have repeat_type */ in compile_branch()
|
/external/valgrind/perf/ |
D | tinycc.c | 15071 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 …]
|