HomeSort by: relevance | last modified time | path
    Searched defs:REG_LR (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/riscv/include/
asm.h 263 #define REG_LR lr.d
269 #define REG_LR lr.w
  /src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.h 304 # define REG_LR 30
tc-arm.c 727 #define REG_LR 14
8004 if (inst.operands[i].reg != REG_LR)
9716 constraint (inst.operands[0].reg == REG_LR, _("r14 not allowed here"));
9786 constraint (inst.operands[0].reg == REG_LR, _("r14 not allowed here"));
10517 constraint (inst.operands[1].reg == REG_LR, _("r14 not allowed here"));
11454 constraint (Rs != REG_LR || inst.instruction != T_MNEM_subs,
12509 constraint (inst.operands[0].reg == REG_LR,
12715 constraint (inst.operands[0].reg == REG_LR,
12814 && Rm == REG_LR)
13551 ? REG_LR : REG_PC))
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.h 304 # define REG_LR 30
tc-arm.c 727 #define REG_LR 14
8007 if (inst.operands[i].reg != REG_LR)
9719 constraint (inst.operands[0].reg == REG_LR, _("r14 not allowed here"));
9789 constraint (inst.operands[0].reg == REG_LR, _("r14 not allowed here"));
10520 constraint (inst.operands[1].reg == REG_LR, _("r14 not allowed here"));
11457 constraint (Rs != REG_LR || inst.instruction != T_MNEM_subs,
12512 constraint (inst.operands[0].reg == REG_LR,
12718 constraint (inst.operands[0].reg == REG_LR,
12817 && Rm == REG_LR)
13554 ? REG_LR : REG_PC))
    [all...]

Completed in 63 milliseconds