Home
last modified time | relevance | path

Searched defs:LSB (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/main/none/tests/ppc64/
Dround.c585 int LSB; in check_single_guarded_arithmetic_op() local
902 int LSB; in check_double_guarded_arithmetic_op() local
/external/valgrind/main/none/tests/ppc32/
Dround.c585 int LSB; in check_single_guarded_arithmetic_op() local
902 int LSB; in check_double_guarded_arithmetic_op() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2370 uint64_t LSB = Shift->getConstantOperandVal(1); in PerformANDCombine() local
2473 uint64_t LSB = CountTrailingZeros_64(Mask); in getLSBForBFI() local
2579 int32_t LSB = getLSBForBFI(DAG, DL, VT, Bitfield, RHSMask); in tryCombineToBFI() local
2790 uint64_t LSB = VT.getSizeInBits() - Width - BitsOnLeft; in PerformSRACombine() local
/external/chromium/base/third_party/dmg_fp/
Ddtoa.cc363 #define LSB 1 macro
420 #define LSB 1 macro
449 #define LSB 0x10000 macro
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp126 unsigned LSB = ImmROp.getImm() == 0 ? 0 : RegWidth - ImmROp.getImm(); in printBFILSBOperand() local
/external/webkit/Source/JavaScriptCore/wtf/
Ddtoa.cpp145 #define LSB 1 macro
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2228 unsigned LSB = Srl_imm; in SelectV6T2BitfieldExtractOp() local
2271 int LSB = Srl_imm - Shl_imm; in SelectV6T2BitfieldExtractOp() local
DARMISelLowering.cpp8222 unsigned LSB = CountTrailingZeros_32(Mask); in PerformORCombine() local
8265 unsigned LSB = CountTrailingZeros_32(~InvMask); in PerformBFICombine() local
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp802 uint64_t LSB = Inst.getOperand(Inst.getNumOperands()-1).getImm(); in addBFXWidthOperands() local
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp416 unsigned LSB; member
2213 static ARMOperand *CreateBitfield(unsigned LSB, unsigned Width, in CreateBitfield()
3758 int64_t LSB = CE->getValue(); in parseBitfield() local