Searched refs:op_offset (Results 1 – 8 of 8) sorted by relevance
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;
399 unsigned op_offset = hasOffsets ? 3 : 0; in EmitTexInstr() local400 int64_t sampler = MI.getOperand(op_offset+2).getImm(); in EmitTexInstr()401 int64_t textureType = MI.getOperand(op_offset+3).getImm(); in EmitTexInstr()
107 op_offset = 7, enumerator221 self->type == op_offset ) { in is_address()
2614 op_offset = 3 * num_bytes - 12629 opcodes = code[:op_offset]2630 code = self.annotate_disasm_addresses(code[op_offset:])