Searched refs:memop (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/binutils/opcodes/
H A Dv850-dis.c92 unsigned int memop; local
97 memop = op->memop;
141 If memop && opnum == memop + 1, then we need '[' since
145 If memop && opnum == memop + 2, then we need ']' since
158 if (memop && opnum == memop + 1)
160 else if (memop
[all...]
/haiku-buildtools/legacy/binutils/include/opcode/
H A Dv850.h47 unsigned int memop; member in struct:v850_opcode
/haiku-buildtools/binutils/include/opcode/
H A Dv850.h52 unsigned int memop; member in struct:v850_opcode
/haiku-buildtools/binutils/opcodes/
H A Dv850-dis.c274 unsigned int memop; local
291 if ((operand->flags & V850_NOT_R0) && value == 0 && (op->memop) <=2)
310 memop = op->memop;
343 If memop && opnum == memop + 1, then we need '[' since
347 If memop && opnum == memop + 2, then we need ']' since
371 if (opnum == 1 && opnum == memop)
379 && opnum == 2 && opnum == memop)
[all...]
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c2584 s390_narrow_logical_operator (enum rtx_code code, rtx *memop, rtx *immop) argument
2590 gcc_assert (GET_CODE (*memop) == MEM);
2591 gcc_assert (!MEM_VOLATILE_P (*memop));
2594 part = s390_single_part (*immop, GET_MODE (*memop), QImode, def);
2597 *memop = adjust_address (*memop, QImode, part);
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c8139 dep_between_memop_and_curr (rtx memop) argument
8144 gcc_assert (GET_CODE (memop) == SET);
8146 if (!REG_P (SET_DEST (memop)))
8149 load_reg = SET_DEST (memop);

Completed in 155 milliseconds