Searched refs:is_push (Results 1 – 1 of 1) sorted by relevance
9867 int is_push = (inst.instruction & A_PUSH_POP_OP_MASK) == A1_OPCODE_PUSH; in encode_ldmstm() local9869 if (is_push && one_reg == 13 /* SP */) in encode_ldmstm()9875 inst.instruction |= is_push ? A2_OPCODE_PUSH : A2_OPCODE_POP; in encode_ldmstm()