Home
last modified time | relevance | path

Searched defs:ASR (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/AVR/
H A DAVRISelLowering.h40 ASR, ///< Arithmetic shift right. enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.h40 ASR, ///< Arithmetic shift right. enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.h48 ASR, ///< Arithmetic shift right. enumerator
/aosp_15_r20/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h356 ASR, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h454 ASR, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h612 ASR, enumerator
/aosp_15_r20/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h36 ASR, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h36 ASR, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h37 ASR, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp665 unsigned int ASR = GEPR->getPointerAddressSpace(); in cmpGEPs() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp710 unsigned int ASR = GEPR->getPointerAddressSpace(); in cmpGEPs() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
Dtables.go29 ASR const
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp1073 unsigned int ASR = GEPR->getPointerAddressSpace(); in cmpGEPs() local
/aosp_15_r20/external/vixl/doc/aarch64/
H A Dsupported-instructions-aarch64.md98 ### ASR ### subsection
6465 ### ASR ### subsection
6475 ### ASR ### subsection
6482 ### ASR ### subsection
6492 ### ASR ### subsection
/aosp_15_r20/external/vixl/src/aarch32/
H A Dinstructions-aarch32.h1053 enum ShiftType { LSL = 0x0, LSR = 0x1, ASR = 0x2, ROR = 0x3, RRX = 0x4 }; enumerator
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp2610 const bool ASR = Op == InstArithmetic::Ashr; in lowerInt64Arithmetic() local
/aosp_15_r20/external/vixl/src/aarch64/
H A Dconstants-aarch64.h352 ASR = 0x2, enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
Dtables.go130 ASR const
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp25705 SDValue ASR = DAG.getNode( in SimplifySelectCC() local