Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dtic54x-dis.c90 && (OPTYPE (tm->operand_types[0]) == OP_Smem in has_lkaddr()
91 || OPTYPE (tm->operand_types[1]) == OP_Smem in has_lkaddr()
92 || OPTYPE (tm->operand_types[2]) == OP_Smem in has_lkaddr()
93 || OPTYPE (tm->operand_types[1]) == OP_Sind in has_lkaddr()
94 || OPTYPE (tm->operand_types[0]) == OP_Lmem in has_lkaddr()
95 || OPTYPE (tm->operand_types[1]) == OP_Lmem)); in has_lkaddr()
205 for (i = 0; i < MAX_OPERANDS && OPTYPE (tm_operands[i]) != OP_None; i++)
210 switch (OPTYPE (tm_operands[i]))
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dtic54x-dis.c90 && (OPTYPE (tm->operand_types[0]) == OP_Smem in has_lkaddr()
91 || OPTYPE (tm->operand_types[1]) == OP_Smem in has_lkaddr()
92 || OPTYPE (tm->operand_types[2]) == OP_Smem in has_lkaddr()
93 || OPTYPE (tm->operand_types[1]) == OP_Sind in has_lkaddr()
94 || OPTYPE (tm->operand_types[0]) == OP_Lmem in has_lkaddr()
95 || OPTYPE (tm->operand_types[1]) == OP_Lmem)); in has_lkaddr()
205 for (i = 0; i < MAX_OPERANDS && OPTYPE (tm_operands[i]) != OP_None; i++)
210 switch (OPTYPE (tm_operands[i]))
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic54x.c3718 while (!is_type (&operands[op], OPTYPE (refoptype[refop])))
3734 operands[op].type = OPTYPE (refoptype[refop]);
3747 if (OPTYPE (refoptype[refop]) == OP_DST)
4375 if ((OPTYPE (insn->operands[i].type) == OP_Smem
4376 || OPTYPE (insn->operands[i].type) == OP_Lmem
4377 || OPTYPE (insn->operands[i].type) == OP_Sind)
4435 if ((OPTYPE (insn->tm->operand_types[0]) == OP_Xmem
4436 && OPTYPE (insn->tm->operand_types[1]) == OP_SHFT
4439 || (OPTYPE (insn->tm->operand_types[0]) == OP_Smem
4440 && OPTYPE (insn->tm->operand_types[1]) == OP_SHIFT
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic54x.c3666 while (!is_type (&operands[op], OPTYPE (refoptype[refop])))
3682 operands[op].type = OPTYPE (refoptype[refop]);
3695 if (OPTYPE (refoptype[refop]) == OP_DST)
4323 if ((OPTYPE (insn->operands[i].type) == OP_Smem
4324 || OPTYPE (insn->operands[i].type) == OP_Lmem
4325 || OPTYPE (insn->operands[i].type) == OP_Sind)
4383 if ((OPTYPE (insn->tm->operand_types[0]) == OP_Xmem
4384 && OPTYPE (insn->tm->operand_types[1]) == OP_SHFT
4387 || (OPTYPE (insn->tm->operand_types[0]) == OP_Smem
4388 && OPTYPE (insn->tm->operand_types[1]) == OP_SHIFT
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dtic54x.h116 #define OPTYPE(X) ((X)&~OPT) macro
/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A Dtic54x.h116 #define OPTYPE(X) ((X)&~OPT) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c3013 #define LOAD_INTERNAL(OPTYPE, OPVALUE) \ argument
3187 #define STORE_INTERNAL(OPTYPE, OPVALUE) \ argument
3191 tree type = OPTYPE; \