Home
last modified time | relevance | path

Searched defs:PCRel (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
Dinst.go366 type PCRel int32 type
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
Dinst.go326 type PCRel int32 type
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
Dinst.go24 PCRel int // length of PC-relative address in instruction encoding member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
Dinst.go482 type PCRel int64 type
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1022 const MCExpr *PCRel = MCBinaryExpr::createSub(Proxy, FnExp, OutContext); in emitFunctionHeader() local