Searched defs:lsr (Results 1 - 8 of 8) sorted by relevance

/external/syslinux/com32/libupload/
H A Dserial.c124 uint8_t lsr; local
128 lsr = inb(port + LSR);
129 } while (!(lsr & 0x20));
139 uint8_t lsr; local
143 lsr = inb(port + LSR);
144 } while (!(lsr & 0x01));
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h30 lsr, enumerator in enum:llvm::ARM_AM::ShiftOpc
49 case ARM_AM::lsr: return "lsr";
60 case ARM_AM::lsr: return 1;
104 // reg [asr|lsl|lsr|ror|rrx] reg
105 // reg [asr|lsl|lsr|ror|rrx] imm
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h31 lsr, enumerator in enum:llvm::ARM_AM::ShiftOpc
50 case ARM_AM::lsr: return "lsr";
61 case ARM_AM::lsr: return 1;
105 // reg [asr|lsl|lsr|ror|rrx] reg
106 // reg [asr|lsl|lsr|ror|rrx] imm
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DSplitter.cpp197 std::pair<bool, LoopSplitter::SlotPair> lsr = local
200 if (!lsr.first)
203 LiveRange loopRange(lsr.second.first, lsr.second.second,
/external/tcpdump/
H A Dospf.h296 struct lsr { struct in union:ospfhdr::__anon25235
/external/vixl/src/aarch32/
H A Dassembler-aarch32.cc6823 void Assembler::lsr(Condition cond, function in class:vixl::aarch32::Assembler
6889 Delegate(kLsr, &Assembler::lsr, cond, size, rd, rm, operand);
H A Dassembler-aarch32.h2547 void lsr(Condition cond,
2552 void lsr(Register rd, Register rm, const Operand& operand) { function in class:vixl::aarch32::Assembler
2553 lsr(al, Best, rd, rm, operand);
2555 void lsr(Condition cond, Register rd, Register rm, const Operand& operand) { function in class:vixl::aarch32::Assembler
2556 lsr(cond, Best, rd, rm, operand);
2558 void lsr(EncodingSize size, function in class:vixl::aarch32::Assembler
2562 lsr(al, size, rd, rm, operand);
H A Ddisasm-aarch32.cc1859 void Disassembler::lsr(Condition cond, function in class:vixl::aarch32::Disassembler
7160 lsr(CurrentCond(), Narrow, Register(rd), Register(rm), amount);
7377 lsr(CurrentCond(),
18405 lsr(CurrentCond(),
18415 lsr(CurrentCond(),
20638 lsr(CurrentCond(),
20645 lsr(CurrentCond(),
[all...]

Completed in 533 milliseconds