Searched refs:op_offset (Results 1 - 8 of 8) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
H A Dx86_insn.c26 if ( op_lst->op.type == op_offset ) {
H A Dia32_operand.c164 op->type = op_offset;
420 if ( op->type == op_expression || op->type == op_offset ) {
H A Dx86_format.c293 if ( op->type != op_offset && op->type != op_expression ){
692 case op_offset:
764 case op_offset:
863 case op_offset:
964 case op_offset:
1012 op->type == op_offset)
1015 op->type == op_offset)
H A Dlibdis.h166 op_offset = 7, /* Offset from start of segment (m32) */ enumerator in enum:x86_op_type
171 ( optype == op_absolute || optype == op_offset )
H A Dia32_invariant.c222 inv->operands[x].type = op_offset;
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DR600MCCodeEmitter.cpp399 unsigned op_offset = hasOffsets ? 3 : 0; local
400 int64_t sampler = MI.getOperand(op_offset+2).getImm();
401 int64_t textureType = MI.getOperand(op_offset+3).getImm();
/external/google-breakpad/src/third_party/libdisasm/swig/
H A Dlibdisasm_oop.i107 op_offset = 7,
221 self->type == op_offset ) {
/external/v8/tools/
H A Dgrokdump.py2614 op_offset = 3 * num_bytes - 1
2629 opcodes = code[:op_offset]
2630 code = self.annotate_disasm_addresses(code[op_offset:])

Completed in 226 milliseconds