Searched refs:pcrel (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_schedule.c | 103 bool pcrel; /* applies to first const */ member 828 bool pcrel = instr->branch_target && src.value == 0; in bi_update_fau() local 837 if (found && !pcrel) in bi_update_fau() 846 if (pcrel) in bi_update_fau() 1379 bi_rewrite_constants_to_pass(bi_tuple *tuple, uint64_t constant, bool pcrel) in bi_rewrite_constants_to_pass() argument 1394 assert(pcrel); in bi_rewrite_constants_to_pass() 1397 } else if (pcrel) { in bi_rewrite_constants_to_pass() 1421 .pcrel = tuple->add && tuple->add->branch_target, in bi_get_const_state() 1427 if (consts.pcrel && consts.constants[0]) { in bi_get_const_state() 1455 bi_merge_u32(uint32_t c0, uint32_t c1, bool pcrel) in bi_merge_u32() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachORelocation.h | 46 MachORelocation(uint32_t addr, uint32_t index, bool pcrel, uint8_t len, 49 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len), in r_address()
|
/third_party/elfutils/tests/ |
D | run-readelf-frames.sh | 27 eh_frame_ptr_enc: 0x1b (sdata4 pcrel) 50 Augmentation data: 0x1b (FDE address encoding: sdata4 pcrel)
|
D | run-readelf-zdebug.sh | 426 Augmentation data: 0x1b (FDE address encoding: sdata4 pcrel) 506 eh_frame_ptr_enc: 0x1b (sdata4 pcrel)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/ |
D | X86Disassembler.cpp | 1875 uint64_t pcrel = 0; in translateImmediate() local 1878 pcrel = insn.startLocation + in translateImmediate() 1954 if(!tryAddingSymbolicOperand(immediate + pcrel, isBranch, insn.startLocation, in translateImmediate() 2029 uint64_t pcrel = 0; in translateRMMemory() local 2090 pcrel = insn.startLocation + in translateRMMemory() 2094 insn.displacement + pcrel, Dis); in translateRMMemory() 2154 if(!tryAddingSymbolicOperand(insn.displacement + pcrel, false, in translateRMMemory()
|
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/ |
D | ppc-darwin_closure.S | 251 .byte 0x10 ; FDE Encoding (pcrel)
|
D | ppc64-darwin_closure.S | 321 .byte 0x10 ; FDE Encoding (pcrel)
|
D | ppc-darwin.S | 297 .byte 0x10 ; FDE Encoding (pcrel)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 330 // the 32-bit pcrel field that we have.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMScheduleA57.td | 387 "LDRcp", "(t2|t)?LDRConstPool", "LDRLIT_ga_(pcrel|abs)", 391 (instregex "t2LDRS?(B|H)?(pcrel|T|i8|i12|pci|pci_pic|s)?$")>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 118 // Short jump targets have OtherVT type and are printed as pcrel imm values.
|
/third_party/libffi/ |
D | ChangeLog | 2338 Fixed TEXTREL by using pcrel (instead of ABS) encoding 8566 Fix PowerPC Darwin FDE encodings to use pcrel correctly. Modernise the picbase labels. 8572 Fix PowerPC Darwin FDE encodings to use pcrel correctly. Modernise the picbase labels. 10519 x86 pcrel test part 2 10525 x86 pcrel test
|
/third_party/elfutils/src/ |
D | ChangeLog | 2968 if pcrel before feeding it to format_dwarf_addr.
|
/third_party/NuttX/ |
D | ReleaseNotes | 30399 NXFLATLDFLAGS2 = $(NXFLATLDFLAGS1) -T$(TOPDIR)/binfmt/libnxflat/gnu-nxflat-pcrel.ld -no-check-secti… 30406 NXFLATLDFLAGS2 = $(NXFLATLDFLAGS1) -T$(TOPDIR)/binfmt/libnxflat/gnu-nxflat-pcrel.ld -Wl,-no-check-s…
|