Searched defs:LSB (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/sys/dev/iicbus/
H A Diiconf.h37 #define LSB 0x1 macro
/freebsd-9.3-release/sys/pci/
H A Dintpmreg.h72 #define LSB 0x1 macro
H A Dalpm.c76 #define LSB 0x1 /* XXX: Better name: Read/Write? */ macro
[all...]
H A Damdpm.c111 #define LSB 0x1 /* XXX: Better name: Read/Write? */ macro
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp126 unsigned LSB = ImmROp.getImm() == 0 ? 0 : RegWidth - ImmROp.getImm(); local
128 O << '#' << LSB; local
/freebsd-9.3-release/contrib/gdtoa/
H A Dgdtoaimp.h341 #define LSB 1 macro
379 #define LSB 1 macro
405 #define LSB 0x10000 macro
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1167 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) { argument
1186 unsigned LSB, Length; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp935 uint64_t LSB = Inst.getOperand(Inst.getNumOperands()-1).getImm(); local
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2316 unsigned LSB = Srl_imm; local
2359 int LSB = Srl_imm - Shl_imm; local
H A DARMISelLowering.cpp8851 unsigned LSB = countTrailingZeros(Mask); local
8894 unsigned LSB = countTrailingZeros(~InvMask); local
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3204 int32_t LSB = getLSBForBFI(DAG, DL, VT, Bitfield, RHSMask); local
3454 uint64_t LSB = VT.getSizeInBits() - Width - BitsOnLeft; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp439 unsigned LSB; member in struct:__anon2340::ARMOperand::BitfieldOp
2346 static ARMOperand *CreateBitfield(unsigned LSB, unsigned Width, argument
3972 int64_t LSB = CE->getValue(); local
5430 unsigned LSB = Inst.getOperand(2).getImm(); local
[all...]

Completed in 424 milliseconds