Searched refs:op_offset (Results 1 – 8 of 8) sorted by relevance
40 case 3: *op++ |= (v); op_offset++; break; \107 tmsize_t op_offset = 0; in NeXTDecode() local127 while (n-- > 0 && npixels < imagewidth && op_offset < scanline) in NeXTDecode()131 if (op_offset >= scanline ) { in NeXTDecode()
293 if ( op->type != op_offset && op->type != op_expression ){ in format_seg()692 case op_offset: in format_operand_att()764 case op_offset: in format_operand_native()863 case op_offset: in format_operand_xml()964 case op_offset: in format_operand_raw()1012 op->type == op_offset)1015 op->type == op_offset)
164 op->type = op_offset; in decode_operand_value()420 if ( op->type == op_expression || op->type == op_offset ) { in ia32_decode_operand()
166 op_offset = 7, /* Offset from start of segment (m32) */ enumerator171 ( optype == op_absolute || optype == op_offset )
26 if ( op_lst->op.type == op_offset ) { in x86_get_address()
222 inv->operands[x].type = op_offset;
107 op_offset = 7, enumerator221 self->type == op_offset ) { in is_address()
3127 op_offset = 3 * num_bytes - 13129 op_offset = 2 * num_bytes3143 opcodes = code[:op_offset]3144 code = self.annotate_disasm_addresses(code[op_offset:])