Home
last modified time | relevance | path

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 DMachORelocation.h46 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 Dbi_schedule.c103 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 DX86Disassembler.cpp1875 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 Dppc-darwin_closure.S251 .byte 0x10 ; FDE Encoding (pcrel)
H A Dppc64-darwin_closure.S321 .byte 0x10 ; FDE Encoding (pcrel)
H A Dppc-darwin.S297 .byte 0x10 ; FDE Encoding (pcrel)

Completed in 8 milliseconds