Home
last modified time | relevance | path

Searched refs:LSR (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
DARMUtils.h130 static inline uint32_t LSR(const uint32_t value, const uint32_t amount, bool *success) in LSR() function
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp267 case A64SE::LSR: O << "lsr"; break; in printShiftOperand()
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h293 LSR, enumerator
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1898 .Case("lsr", A64SE::LSR) in ParseShiftExtend()
1919 if (Spec != A64SE::LSL && Spec != A64SE::LSR && Spec != A64SE::ASR && in ParseShiftExtend()
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMInstrThumb.td1004 // LSR immediate
1015 // LSR register
DARMInstrInfo.td5504 // LSR, ROR, and RRX instructions.
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td769 defm lsr_operand : shift_operands<"lsr_operand", "LSR">;
985 // Contains: SBFM, BFM, UBFM, [SU]XT[BHW], ASR, LSR, LSL, SBFI[ZX], BFI, BFXIL,
1132 // 3. Aliases for ASR and LSR (the simple shifts)
1157 defm LSR : A64I_shift<0b10, "lsr", srl>;
1723 // LSR, ASR, ROR
/freebsd-10-stable/secure/lib/libcrypto/amd64/
Dbsaes-x86_64.S2461 .LSR: label
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td2813 defm LSR : basic_xtype_imm<"lsr", srl>, basic_xtype_reg<"lsr", srl>,
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-00015275 Issue a warning if "ASR #0" or "LSR #0" is used.