Searched refs:LSR (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| D | ARMUtils.h | 130 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/ |
| D | AArch64InstPrinter.cpp | 267 case A64SE::LSR: O << "lsr"; break; in printShiftOperand()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/AArch64/Utils/ |
| D | AArch64BaseInfo.h | 293 LSR, enumerator
|
| /freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 1898 .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/ |
| D | ARMInstrThumb.td | 1004 // LSR immediate 1015 // LSR register
|
| D | ARMInstrInfo.td | 5504 // LSR, ROR, and RRX instructions.
|
| /freebsd-10-stable/contrib/llvm/lib/Target/AArch64/ |
| D | AArch64InstrInfo.td | 769 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/ |
| D | bsaes-x86_64.S | 2461 .LSR: label
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/ |
| D | HexagonInstrInfo.td | 2813 defm LSR : basic_xtype_imm<"lsr", srl>, basic_xtype_reg<"lsr", srl>,
|
| /freebsd-10-stable/contrib/binutils/gas/ |
| D | ChangeLog-0001 | 5275 Issue a warning if "ASR #0" or "LSR #0" is used.
|