Home
last modified time | relevance | path

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

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