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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64SLSHardening.cpp 111 case AArch64::BLR:
166 // register to not be used in BLR. See comment in ConvertBLRToBL for more
204 // based on which registers are actually used in BLR instructions in this
247 // Transform a BLR to a BL as follows:
252 // | BLR xN |
273 // This function merely needs to transform BLR xN into BL
277 // above mitigation only works if the original BLR instruction was not
278 // BLR X16 nor BLR X17. Code generation before must make sure that no BLR
    [all...]
  /src/external/gpl3/gdb/dist/gdb/arch/
aarch64-insn.h 70 /* BLR 1101 0110 0011 1111 0000 00rr rrr0 0000 */
72 BLR = 0xd63f0000,
  /src/external/gpl3/gdb.old/dist/gdb/arch/
aarch64-insn.h 70 /* BLR 1101 0110 0011 1111 0000 00rr rrr0 0000 */
72 BLR = 0xd63f0000,
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_64.c 76 #define BLR 0xd63f0000
1909 PTR_FAIL_IF(push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1)));
1962 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(src));
1972 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1));
sljitNativePPC_common.c 151 #define BLR (HI(19) | LO(16) | (0x14 << 21))
712 FAIL_IF(push_inst(compiler, BLR));
2063 return push_inst(compiler, BLR);
  /src/sys/arch/hppa/hppa/
db_disasm.c 550 #define BLR 0x3a, 0x02, 16, 3 /* BRANCH and LINK REGISTER */
1029 { BLR, 0, "blr", brDasm },
  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 274 #define BLR 0x4e800020 /* blr */
2754 . .foo: blr
6216 bfd_put_32 (abfd, BLR, p);
6240 bfd_put_32 (abfd, BLR, p);
6255 bfd_put_32 (abfd, BLR, p);
6270 bfd_put_32 (abfd, BLR, p);
6287 bfd_put_32 (abfd, BLR, p);
6311 bfd_put_32 (abfd, BLR, p);
6319 bfd_put_32 (abfd, BLR, p)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 274 #define BLR 0x4e800020 /* blr */
2762 . .foo: blr
6216 bfd_put_32 (abfd, BLR, p);
6240 bfd_put_32 (abfd, BLR, p);
6255 bfd_put_32 (abfd, BLR, p);
6270 bfd_put_32 (abfd, BLR, p);
6287 bfd_put_32 (abfd, BLR, p);
6311 bfd_put_32 (abfd, BLR, p);
6319 bfd_put_32 (abfd, BLR, p)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 274 #define BLR 0x4e800020 /* blr */
2762 . .foo: blr
6209 bfd_put_32 (abfd, BLR, p);
6233 bfd_put_32 (abfd, BLR, p);
6248 bfd_put_32 (abfd, BLR, p);
6263 bfd_put_32 (abfd, BLR, p);
6280 bfd_put_32 (abfd, BLR, p);
6304 bfd_put_32 (abfd, BLR, p);
6312 bfd_put_32 (abfd, BLR, p)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 274 #define BLR 0x4e800020 /* blr */
2767 . .foo: blr
6206 bfd_put_32 (abfd, BLR, p);
6230 bfd_put_32 (abfd, BLR, p);
6245 bfd_put_32 (abfd, BLR, p);
6260 bfd_put_32 (abfd, BLR, p);
6277 bfd_put_32 (abfd, BLR, p);
6301 bfd_put_32 (abfd, BLR, p);
6309 bfd_put_32 (abfd, BLR, p)
    [all...]

Completed in 60 milliseconds