Home
last modified time | relevance | path

Searched refs:op_word (Results 1 – 7 of 7) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
Dia32_operand.c249 op->datatype = (size == 4) ? op_word : op_byte; in decode_operand_size()
258 op->datatype = (size == 4) ? op_dword : op_word; in decode_operand_size()
273 op->datatype = op_word; in decode_operand_size()
364 op->datatype = (size == 4) ? op_dword : op_word; in decode_operand_size()
373 op->datatype = (size == 4) ? op_dword : op_word; in decode_operand_size()
Dx86_format.c82 case op_word: in get_operand_data_str()
99 case op_word: in get_operand_data_str()
370 case op_word: return types[1]; in get_operand_datatype_str()
379 case op_word: return types[6]; in get_operand_datatype_str()
669 if (op->datatype == op_word) { in format_operand_att()
741 if ( op->datatype == op_word ) { in format_operand_native()
821 if (op->datatype == op_word) { in format_operand_xml()
927 if (op->datatype == op_word) { in format_operand_raw()
Dx86_insn.c126 case op_word: return 2; in x86_operand_size()
Dia32_implicit.c362 op->datatype = op_word; break; in handle_impl_reg()
Dlibdis.h175 op_word = 2, /* 2 byte integer */ enumerator
Dia32_insn.c40 case op_word: in long_from_operand()
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm_oop.i112 op_byte = 1, op_word = 2, enumerator