Home
last modified time | relevance | path

Searched refs:is_push (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c8541 int is_push = (inst.instruction & A_PUSH_POP_OP_MASK) == A1_OPCODE_PUSH; in encode_ldmstm() local
8544 inst.instruction |= is_push ? A2_OPCODE_PUSH : A2_OPCODE_POP; in encode_ldmstm()