Home
last modified time | relevance | path

Searched refs:op_dword (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
Dia32_operand.c258 op->datatype = (size == 4) ? op_dword : op_word; in decode_operand_size()
277 op->datatype = op_dword; in decode_operand_size()
327 op->datatype = op_dword; 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_insn.c127 case op_dword: return 4; in x86_operand_size()
Dia32_implicit.c364 op->datatype = op_dword; break; in handle_impl_reg()
Dlibdis.h180 op_dword = 3, /* 4 byte integer */ enumerator
Dia32_insn.c44 case op_dword: in long_from_operand()
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm_oop.i113 op_dword = 3, op_qword = 4, enumerator