Searched refs:pcrel (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachORelocation.h | 46 MachORelocation(uint32_t addr, uint32_t index, bool pcrel, uint8_t len, in MachORelocation() argument 49 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len), in MachORelocation()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A 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 836 /* pcrel constants are unique, so don't match */ in bi_update_fau() 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() 1410 * postcondition that pcrel applies to the first constant by convention, 1421 .pcrel in bi_get_const_state() 1455 bi_merge_u32(uint32_t c0, uint32_t c1, bool pcrel) bi_merge_u32() argument 1536 bool pcrel = pending_pcrel || consts[t].pcrel; bi_merge_singles() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/ |
H A 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/ |
H A D | ppc-darwin_closure.S | 251 .byte 0x10 ; FDE Encoding (pcrel)
|
H A D | ppc64-darwin_closure.S | 321 .byte 0x10 ; FDE Encoding (pcrel)
|
H A D | ppc-darwin.S | 297 .byte 0x10 ; FDE Encoding (pcrel)
|
Completed in 8 milliseconds