HomeSort by relevance Sort by last modified time
    Searched defs:PCREL (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
pj.h 23 /* reloc size pcrel uns */
35 #define PCREL(x) (!!((x) & (1<<6)))
m88k.h 397 PCREL = 8,
h8300.h 57 PCREL = 0x0B00,
151 PCREL8 = PCREL | L_8,
152 PCREL16 = PCREL | L_16,
154 OP3PCREL8 = OP3 | PCREL | L_8,
155 OP3PCREL16 = OP3 | PCREL | L_16,
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
mips-formats.h 122 #define PCREL(SIZE, LSB, IS_SIGNED, SHIFT, ALIGN_LOG2, INCLUDE_ISA_BIT, \
134 PCREL (SIZE, LSB, FALSE, SHIFT, SIZE + SHIFT, TRUE, FALSE)
137 PCREL (SIZE, LSB, FALSE, SHIFT, SIZE + SHIFT, TRUE, TRUE)
140 PCREL (SIZE, LSB, TRUE, SHIFT, 0, TRUE, FALSE)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ns32k.c 41 iif.iifP[ptr].pcrel = i1; \
78 char pcrel; /* 1 if pcrel, this is really redundant info. */ member in struct:addr_mode
116 int pcrel; /* True if object is pcrel. */ member in struct:__anon115764
324 #define PCREL 2
394 addrmodeP->pcrel = 0; /* Not set in this function. */
705 case. Think it does so with local labels too, not optimum, pcrel
707 select pcrel when possible Actually that is trivial. */
728 addrmodeP->pcrel = 0
910 int pcrel, b, loop, pcrel_adjust; local
    [all...]
bfin-defs.h 26 #define PCREL 1
252 int pcrel; member in struct:bfin_insn
265 (INSTR_T code, Expr_Node *, int reloc,int pcrel);
267 (INSTR_T code, const char * sym, int reloc, int pcrel);
269 (INSTR_T code, const char *symbol, int reloc, int value, int pcrel);

Completed in 269 milliseconds