HomeSort by relevance Sort by last modified time
    Searched refs:ShiftLeft (Results 1 - 25 of 48) sorted by null

1 2

  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
IgdOGBDA.ASL 68 And(PARM, ShiftLeft(DeRefOf(Index(DBTB, IBTT)), 16), PARM)
84 Or(PARM, ShiftLeft(IPAT, 8), PARM)
86 Or(PARM, ShiftLeft(LIDS, 16), PARM) // Report the lid state
88 Or(PARM, ShiftLeft(IBLC, 18), PARM) // Report the BLC setting
89 Or(PARM, ShiftLeft(IBIA, 20), PARM) // Report the BIA setting
103 Or(PARM, ShiftLeft(ITVM, 4), PARM)
114 Or(PARM, ShiftLeft(GMFN, 1), PARM) // PARM[1] - # IGD PCI functions-1
118 Or(PARM, ShiftLeft(3, 11), PARM) // PARM[12:11] - DVMT mode(11b = 5.0)
123 Or(PARM, ShiftLeft(IDMS, 17), PARM) // Bits 20:17 are for Gfx total memory size
134 Or(ShiftLeft(Derefof(Index(CDCT, \_SB.PCI0.GFX0.MCHK.DCFE)), 21),PARM, PARM)
    [all...]
98_LINK.ASL 86 ShiftLeft(1,And(PARC,0x0F),IRQ0)
158 ShiftLeft(1,And(PBRC,0x0F),IRQ0)
230 ShiftLeft(1,And(PCRC,0x0F),IRQ0)
302 ShiftLeft(1,And(PDRC,0x0F),IRQ0)
374 ShiftLeft(1,And(PERC,0x0F),IRQ0)
446 ShiftLeft(1,And(PFRC,0x0F),IRQ0)
518 ShiftLeft(1,And(PGRC,0x0F),IRQ0)
590 ShiftLeft(1,And(PHRC,0x0F),IRQ0)
PchSmb.asl 50 OperationRegion(SMBI,SystemIO,ShiftLeft(SBAR,5),0x10)
120 OperationRegion(SMBI,SystemIO,ShiftLeft(SBAR,5),0x10)
190 OperationRegion(SMBI,SystemIO,ShiftLeft(SBAR,5),0x10)
259 OperationRegion(SMBI,SystemIO,ShiftLeft(SBAR,5),0x10)
329 OperationRegion(SMBI,SystemIO,ShiftLeft(SBAR,5),0x10)
399 OperationRegion(SMBI,SystemIO,ShiftLeft(SBAR,5),0x10)
443 Return(Or(ShiftLeft(DAT0,8),DAT1)) // Return Success.
469 OperationRegion(SMBI,SystemIO,ShiftLeft(SBAR,5),0x10)
572 OperationRegion(SMBI,SystemIO,ShiftLeft(SBAR,5),0x10)
685 OperationRegion(SMBI,SystemIO,ShiftLeft(SBAR,5),0x10)
    [all...]
HOST_BUS.ASL 53 Or(ShiftLeft(Arg0, 16), ShiftLeft(Arg1, 8), Local0)
76 Or(ShiftLeft(Arg0, 16), ShiftLeft(Arg1, 8), Local0)
132 ShiftLeft(\_SB.PCI0.GFX0.GUMA, 25, GSLN) //Read Stolen memory base form B0:D2:F0:R50
IgdOMOBF.ASL 345 If(LNot(And(TCHE, ShiftLeft(1, Arg0))))
IgdOSBCB.ASL 219 Store(ShiftLeft(LIDS, 8), PARM) // Report the lid state
Platform.asl 69 Store(Or(And(P80D,0xFFFF00FF),ShiftLeft(Arg1,8)),P80D)
74 Store(Or(And(P80D,0xFF00FFFF),ShiftLeft(Arg1,16)),P80D)
79 Store(Or(And(P80D,0x00FFFFFF),ShiftLeft(Arg1,24)),P80D)
  /external/v8/src/
bignum-dtoa.cc 390 numerator->ShiftLeft(Double(v).Exponent());
397 denominator->ShiftLeft(1);
398 numerator->ShiftLeft(1);
402 delta_plus->ShiftLeft(Double(v).Exponent());
405 delta_minus->ShiftLeft(Double(v).Exponent());
416 denominator->ShiftLeft(1); // *2
417 numerator->ShiftLeft(1); // *2
418 delta_plus->ShiftLeft(1); // *2
441 denominator->ShiftLeft(-exponent);
446 denominator->ShiftLeft(1)
    [all...]
bignum.h 37 void ShiftLeft(int shift_amount);
strtod.cc 378 boundary.ShiftLeft(upper_boundary.e());
380 input.ShiftLeft(-upper_boundary.e());
bignum.cc 219 void Bignum::ShiftLeft(int shift_amount) {
317 ShiftLeft(exponent);
462 ShiftLeft(shifts * power_exponent);
code-factory.h 110 static Callable ShiftLeft(Isolate* isolate);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
PciHostBridge.asi 126 Or(ShiftLeft(Arg0, 16), ShiftLeft(Arg1, 8), Local0)
139 Or(ShiftLeft(Arg0, 16), ShiftLeft(Arg1, 8), Local0)
PciIrq.asi 75 ShiftLeft(Local0,And(PIRA,0x0F),IRQW) // Save in buffer
141 ShiftLeft(Local0,And(PIRB,0x0F),IRQW) // Save in buffer
206 ShiftLeft(Local0,And(PIRC,0x0F),IRQW) // Save in buffer
270 ShiftLeft(Local0,And(PIRD,0x0F),IRQW) // Save in buffer
337 ShiftLeft(Local0,And(PIRE,0x0F),IRQW) // Save in buffer
403 ShiftLeft(Local0,And(PIRF,0x0F),IRQW) // Save in buffer
468 ShiftLeft(Local0,And(PIRG,0x0F),IRQW) // Save in buffer
532 ShiftLeft(Local0,And(PIRH,0x0F),IRQW) // Save in buffer
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
gnu.go 86 if arg.Shift == ShiftLeft && arg.Count == 0 {
151 if arg.Shift == ShiftLeft && arg.Count == 0 {
inst.go 319 ShiftLeft Shift = 0 // left shift
411 if m.Shift != ShiftLeft || m.Count != 0 {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
gnu.go 86 if arg.Shift == ShiftLeft && arg.Count == 0 {
151 if arg.Shift == ShiftLeft && arg.Count == 0 {
inst.go 319 ShiftLeft Shift = 0 // left shift
411 if m.Shift != ShiftLeft || m.Count != 0 {
  /external/gemmlowp/fixedpoint/
fixedpoint_neon.h 67 inline int32x4_t ShiftLeft(int32x4_t a, int offset) {
fixedpoint_sse.h 73 inline __m128i ShiftLeft(__m128i a, int offset) {
  /external/v8/src/runtime/
runtime-operators.cc 62 RETURN_RESULT_OR_FAILURE(isolate, Object::ShiftLeft(isolate, lhs, rhs));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp     [all...]
InstCombineCalls.cpp 221 bool ShiftLeft = false;
234 LogicalShift = false; ShiftLeft = false;
248 LogicalShift = true; ShiftLeft = false;
262 LogicalShift = true; ShiftLeft = true;
265 assert((LogicalShift || !ShiftLeft) && "Only logical shifts can shift left");
319 if (ShiftLeft)
334 bool ShiftLeft = false;
342 ShiftLeft = false;
349 ShiftLeft = false;
356 ShiftLeft = true
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 93 ShiftLeft,
159 return std::make_pair(BinOpToken::ShiftLeft, Expr.substr(2).ltrim());
198 case BinOpToken::ShiftLeft:
    [all...]
  /external/gemmlowp/internal/
output.h 267 fixedpoint_input.raw() = ShiftLeft(fixedpoint_input.raw(),

Completed in 277 milliseconds

1 2