Searched refs:SPARC_OP_IMM (Results 1 – 13 of 13) 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;
486 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()
47 public static final int SPARC_OP_IMM = 2; field in Sparc_const
31 case SPARC_OP_IMM: in get_detail_sparc()
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()
44 SPARC_OP_IMM = 2 variable
73 SPARC_OP_IMM, ///< = CS_OP_IMM (Immediate operand). enumerator
272 … MI->flat_insn->detail->sparc.operands[MI->flat_insn->detail->sparc.op_count].type = SPARC_OP_IMM; in printOperand()