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

1 2

  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
IgdOSBCB.ASL 102 Store(ShiftRight(And(PARM, 0xF0), 4), ITVM)
172 If(And(ShiftRight(PARM, 8), 0xFF))
174 And(ShiftRight(PARM, 8), 0xFF, IPAT)
177 And(ShiftRight(PARM, 18), 0x3, IBLC)
178 And(ShiftRight(PARM, 20), 0x7, IBIA)
194 And(ShiftRight(PARM, 1), 1, IF1E) // Program the function 1 option
198 And(ShiftRight(PARM, 17), 0xF, IDMS) // Program DVMT/fixed memory size
238 If(LEqual(ShiftRight(PARM, 1), 1))
PchSmb.asl 358 And(ShiftRight(Arg2,8),0xFF,DAT0) // High byte Data in DAT0.
  /external/gemmlowp/internal/
fixedpoint_neon.h 68 inline int32x4_t ShiftRight(int32x4_t a, int offset) {
output.h 283 ShiftRight(fixedpoint_output.raw(), 31 - amplitude_exponent));
fixedpoint.h 80 tIntegerType ShiftRight(tIntegerType a, int offset) {
  /external/v8/src/
code-factory.h 96 static Callable ShiftRight(Isolate* isolate);
code-factory.cc 241 TFS_BUILTIN(ShiftRight)
  /external/v8/src/runtime/
runtime-operators.cc 71 RETURN_RESULT_OR_FAILURE(isolate, Object::ShiftRight(isolate, lhs, rhs));
  /external/dng_sdk/source/
dng_pixel_buffer.h 670 void ShiftRight (uint32 shift);
dng_pixel_buffer.cpp 1422 void dng_pixel_buffer::ShiftRight (uint32 shift)
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 94 ShiftRight
161 return std::make_pair(BinOpToken::ShiftRight, Expr.substr(2).ltrim());
200 case BinOpToken::ShiftRight:
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 320 ShiftRight Shift = 1 // logical (unsigned) right shift
decode.go 556 case ShiftRight, ShiftRightSigned:
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 320 ShiftRight Shift = 1 // logical (unsigned) right shift
decode.go 556 case ShiftRight, ShiftRightSigned:
  /external/v8/src/compiler/
js-operator.h 439 const Operator* ShiftRight(BinaryOperationHint hint);
js-operator.cc 465 V(ShiftRight) \
    [all...]
bytecode-graph-builder.cc     [all...]
js-generic-lowering.cc 66 REPLACE_STUB_CALL(ShiftRight)
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp 551 SDValue ShiftRight = N->getOperand(0), Mask = N->getOperand(1);
554 if (ShiftRight.getOpcode() != ISD::SRA && ShiftRight.getOpcode() != ISD::SRL)
560 if (!(CN = dyn_cast<ConstantSDNode>(ShiftRight.getOperand(1))))
577 ShiftRight.getOperand(0),
    [all...]
  /external/v8/src/s390/
macro-assembler-s390.h 159 #define ShiftRightP ShiftRight
389 void ShiftRight(Register dst, Register src, Register val);
390 void ShiftRight(Register dst, Register src, const Operand& val);
    [all...]
macro-assembler-s390.cc     [all...]
  /external/v8/src/builtins/
builtins.h     [all...]
  /external/v8/src/interpreter/
bytecodes.h 115 V(ShiftRight, AccumulatorUse::kReadWrite, OperandType::kReg, \
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 691 SDValue ShiftRight = N->getOperand(0), Mask = N->getOperand(1);
692 unsigned ShiftRightOpc = ShiftRight.getOpcode();
700 if (!(CN = dyn_cast<ConstantSDNode>(ShiftRight.getOperand(1))))
719 ShiftRight.getOperand(0),
    [all...]

Completed in 764 milliseconds

1 2