Searched refs:is_push (Results 1 – 1 of 1) sorted by relevance
8541 int is_push = (inst.instruction & A_PUSH_POP_OP_MASK) == A1_OPCODE_PUSH; in encode_ldmstm() local8544 inst.instruction |= is_push ? A2_OPCODE_PUSH : A2_OPCODE_POP; in encode_ldmstm()