HomeSort by relevance Sort by last modified time
    Searched refs:op_word (Results 1 - 7 of 7) sorted by null

  /external/google-breakpad/src/third_party/libdisasm/
ia32_operand.c 249 op->datatype = (size == 4) ? op_word : op_byte;
258 op->datatype = (size == 4) ? op_dword : op_word;
273 op->datatype = op_word;
364 op->datatype = (size == 4) ? op_dword : op_word;
373 op->datatype = (size == 4) ? op_dword : op_word;
x86_insn.c 126 case op_word: return 2;
x86_format.c 82 case op_word:
99 case op_word:
370 case op_word: return types[1];
379 case op_word: return types[6];
669 if (op->datatype == op_word) {
741 if ( op->datatype == op_word ) {
821 if (op->datatype == op_word) {
    [all...]
ia32_implicit.c 362 op->datatype = op_word; break;
ia32_insn.c 40 case op_word:
libdis.h 179 op_word = 2, /* 2 byte integer */ enumerator in enum:x86_op_datatype
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/swig/
libdisasm_oop.i 112 op_byte = 1, op_word = 2,

Completed in 2087 milliseconds