Searched refs:BAD_HIREG (Results 1 – 1 of 1) sorted by relevance
498 #define BAD_HIREG _("lo register required") macro5860 BAD_HIREG); in do_t_add_sub()5876 constraint (inst.instruction == T_MNEM_sub, BAD_HIREG); in do_t_add_sub()5968 constraint (Rd > 7 || Rs > 7 || Rn > 7, BAD_HIREG); in do_t_arit3()6048 constraint (Rd > 7 || Rs > 7 || Rn > 7, BAD_HIREG); in do_t_arit3c()6263 constraint (inst.operands[0].reg > 7, BAD_HIREG); in do_t_czb()6366 || (inst.operands[1].imm & ~0xff), BAD_HIREG); in do_t_ldmstm()6447 constraint (inst.operands[0].reg > 7, BAD_HIREG); in do_t_ldst()6452 constraint (inst.operands[1].reg > 7 || inst.operands[1].imm > 7, BAD_HIREG); in do_t_ldst()6492 constraint (inst.operands[1].reg > 7, BAD_HIREG); in do_t_ldst()[all …]