Searched refs:SPARC_OP_IMM (Results 1 – 12 of 12) sorted by relevance
15 | SPARC_OP_IMM of int Constructor
30 | SPARC_OP_IMM imm -> printf "\t\top[%d]: IMM = 0x%x\n" i imm;
482 case SPARC_OP_IMM: in _cs_disasm()
31 case SPARC_OP_IMM: in print_insn_detail_sparc()
41 if (type == SPARC_OP_IMM || type == SPARC_OP_REG) in read()
57 public static final int SPARC_OP_IMM = 2; field in Sparc_const
34 if i.type == SPARC_OP_IMM:
52 case SPARC_OP_IMM: in print_insn_detail()
46 if (i.type == SPARC_OP_IMM) in print_ins_detail()
54 SPARC_OP_IMM = 2 variable
77 SPARC_OP_IMM, // = CS_OP_IMM (Immediate operand). enumerator
281 … MI->flat_insn->detail->sparc.operands[MI->flat_insn->detail->sparc.op_count].type = SPARC_OP_IMM; in printOperand()