Searched refs:ARM_SETEND_BE (Results 1 – 8 of 8) sorted by relevance
62 printf("\t\toperands[%u].type: SETEND = %s\n", i, op->setend == ARM_SETEND_BE? "be" : "le"); in print_insn_detail_arm()
53 if i.setend == ARM_SETEND_BE:
87 printf("\t\toperands[%u].type: SETEND = %s\n", i, op->setend == ARM_SETEND_BE? "be" : "le"); in print_insn_detail()
58 …System.out.printf("\t\toperands[%d].type: SETEND = %s\n", c, i.value.setend == ARM_SETEND_BE? "be"… in print_ins_detail()
108 ARM_SETEND_BE = 1 variable
111 public static final int ARM_SETEND_BE = 1; field in Arm_const
141 ARM_SETEND_BE, // BE operand. enumerator
1426 MI->flat_insn->detail->arm.operands[MI->flat_insn->detail->arm.op_count].setend = ARM_SETEND_BE; in printSetendOperand()