HomeSort by relevance Sort by last modified time
    Searched defs:op_type (Results 1 - 25 of 25) sorted by null

  /external/google-breakpad/src/third_party/libdisasm/
ia32_operand.c 232 static size_t decode_operand_size( unsigned int op_type, x86_insn_t *insn,
237 switch (op_type) {
383 unsigned int addr_meth, op_type, op_size, gen_regs; local
389 op_type = raw_flags & OPTYPE_MASK;
404 op_size = decode_operand_size(op_type, insn, op);
  /system/update_engine/payload_generator/
cycle_breaker.cc 58 InstallOperation_Type op_type = graph[i].aop.op.type(); local
59 if (op_type == InstallOperation::REPLACE ||
60 op_type == InstallOperation::REPLACE_BZ) {
full_update_generator.cc 105 InstallOperation_Type op_type; local
107 buffer_in_, version_, &op_blob, &op_type));
109 aop_->op.set_type(op_type);
ab_generator.cc 286 InstallOperation_Type op_type; local
288 diff_utils::GenerateBestFullOperation(data, version, &blob, &op_type));
292 if (aop->op.type() != op_type || aop->op.data_length() != blob.size()) {
293 aop->op.set_type(op_type);
delta_diff_utils.cc 593 InstallOperation_Type op_type; local
595 GenerateBestFullOperation(new_data, version, &data_blob, &op_type));
596 operation.set_type(op_type);
717 bool IsAReplaceOperation(InstallOperation_Type op_type) {
718 return (op_type == InstallOperation::REPLACE ||
719 op_type == InstallOperation::REPLACE_BZ ||
720 op_type == InstallOperation::REPLACE_XZ);
  /external/v8/src/interpreter/
bytecodes.cc 256 OperandType op_type = GetOperandType(bytecode, i); local
259 switch (op_type) {
  /system/bt/stack/gap/
gap_ble.c 622 UINT16 op_type; local
630 op_type = p_clcb->cl_op_uuid;
632 GAP_TRACE_EVENT ("gap_ble_c_cmpl_cback() - op_code: 0x%02x status: 0x%02x read_type: 0x%04x", op, status, op_type);
645 switch (op_type)
  /toolchain/binutils/binutils-2.25/gas/config/
xtensa-relax.h 94 typedef enum op_type OpType;
97 enum op_type enum
tc-arc.c 1841 int op_type, reloc_type; local
    [all...]
tc-d10v.c 487 int op_type,
494 shift = d10v_operands[op_type].shift;
498 bits = d10v_operands[op_type].bits;
501 if (check_range (value, bits, d10v_operands[op_type].flags))
1499 int op_type; local
    [all...]
tc-z8k.c 187 } op_type; typedef in typeref:struct:z8k_op
730 get_operands (const opcode_entry_type *opcode, char *op_end, op_type *operand)
858 get_specific (opcode_entry_type *opcode, op_type *operands)
    [all...]
tc-m32r.c 2327 operatorT op_type; local
    [all...]
tc-tic30.c 229 unsigned op_type; member in struct:__anon74117
455 current_op->op_type = Direct;
567 current_op->op_type = Indirect;
577 current_op->op_type = ARn;
579 current_op->op_type = Rn;
581 current_op->op_type = DPReg;
583 current_op->op_type = OtherReg;
634 current_op->op_type = Disp | Abs24 | Imm16 | Imm24;
636 current_op->op_type |= IVector;
885 if ((p_insn.operand_type[count][i]->op_type
    [all...]
tc-metag.c 6900 operatorT op_type; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
cgen-opc.c 559 enum cgen_operand_type op_type = opinst->op_type;
560 if (op_type == CGEN_OPERAND_NIL)
563 indices[i] = (*cd->get_int_operand) (cd, op_type, fields);
555 enum cgen_operand_type op_type = opinst->op_type; local
arc-opc.c 341 enum operand op_type = OP_NONE;
359 op_type = OP_SHIMM;
380 op_type = OP_LIMM;
433 op_type = OP_REG;
440 ls_operand[LS_DEST] = op_type;
443 ls_operand[LS_BASE] = op_type;
447 ls_operand[LS_VALUE] = op_type;
449 ls_operand[LS_OFFSET] = op_type;
452 ls_operand[LS_OFFSET] = op_type;
1087 enum operand op_type;
339 enum operand op_type = OP_NONE; local
1084 enum operand op_type; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
cr16.h 244 operand_type op_type; member in struct:__anon74578
crx.h 248 operand_type op_type; member in struct:__anon74591
cgen.h 769 enum cgen_operand_type op_type;
758 enum cgen_operand_type op_type; member in struct:__anon74565
    [all...]
h8300.h 26 typedef int op_type; typedef
242 op_type nib[MAX_CODE_NIBBLES];
247 op_type nib[3];
    [all...]
  /external/pcre/dist/
pcre_compile.c 4459 int repeat_type, op_type; local
    [all...]
  /system/bt/stack/include/
btm_ble_api.h 785 UINT8 op_type; member in struct:__anon72712
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msm_camera.h 1645 enum gpio_operation_type op_type; member in struct:msm_cam_gpio_operation
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_camera.h 1690 enum gpio_operation_type op_type; member in struct:msm_cam_gpio_operation
    [all...]
  /external/valgrind/perf/
tinycc.c 15071 uint8_t op_type[MAX_OPERANDS]; \/* see OP_xxx *\/ member in struct:ASMInstr
16309 int op_type[3]; \/* decoded op type *\/ local
    [all...]

Completed in 1498 milliseconds