Home
last modified time | relevance | path

Searched refs:encodeAdvSIMDModImmType10 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h613 static inline uint8_t encodeAdvSIMDModImmType10(uint64_t Imm) { in encodeAdvSIMDModImmType10() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1684 uint64_t encoding = AArch64_AM::encodeAdvSIMDModImmType10(MCE->getValue()); in addSIMDImmType10Operands()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td1294 uint32_t enc = AArch64_AM::encodeAdvSIMDModImmType10(N->getValueAPF()
H A DAArch64ISelLowering.cpp9301 Value = AArch64_AM::encodeAdvSIMDModImmType10(Value); in tryAdvSIMDModImm64()