HomeSort by relevance Sort by last modified time
    Searched refs:shift_amount (Results 26 - 48 of 48) sorted by null

12

  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 402 GKI_API extern void GKI_shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount);
  /external/libnfc-nci/src/gki/common/
gki.h 404 GKI_API extern void GKI_shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount);
  /external/chromium_org/v8/src/arm64/
assembler-arm64.h 638 // rm, {<shift> {#<shift_amount>}}
640 // <shift_amount> is uint6_t.
645 unsigned shift_amount = 0); // NOLINT(runtime/explicit)
647 // rm, <extend> {#<shift_amount>}
649 // <shift_amount> is uint2_t.
652 unsigned shift_amount = 0);
679 inline unsigned shift_amount() const;
707 unsigned shift_amount = 0);
711 unsigned shift_amount = 0);
722 unsigned shift_amount() const { return shift_amount_;
    [all...]
assembler-arm64.cc 2476 unsigned shift_amount = addr.shift_amount(); local
    [all...]
lithium-arm64.h 603 LAddI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount)
604 : shift_(shift), shift_amount_(shift_amount) {
613 LOperand* shift_amount() const { return shift_amount_; } function in class:v8::internal::FINAL
786 LBitI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount)
787 : shift_(shift), shift_amount_(shift_amount) {
796 LOperand* shift_amount() const { return shift_amount_; } function in class:v8::internal::FINAL
2852 LOperand* shift_amount() const { return shift_amount_; } function in class:v8::internal::FINAL
    [all...]
macro-assembler-arm64.cc 145 DCHECK(operand.shift_amount() <= 4);
150 operand.shift_amount());
258 } else if (operand.IsShiftedRegister() && (operand.shift_amount() != 0)) {
262 EmitShift(dst, operand.reg(), operand.shift(), operand.shift_amount());
268 operand.shift_amount());
311 operand.shift_amount());
360 } else if ((operand.IsShiftedRegister() && (operand.shift_amount() == 0)) ||
402 } else if (operand.IsShiftedRegister() && (operand.shift_amount() == 0)) {
531 } else if (operand.IsShiftedRegister() && (operand.shift_amount() != 0)) {
535 DCHECK(is_uintn(operand.shift_amount(),
    [all...]
simulator-arm64.cc 1395 unsigned shift_amount = instr->ImmDPShift(); local
1441 unsigned shift_amount = instr->ImmDPShift(); local
1556 unsigned shift_amount = instr->ImmShiftLS() * instr->SizeLS(); local
    [all...]
lithium-arm64.cc 2188 LOperand* shift_amount = UseConstant(hshift->right()); local
    [all...]
lithium-codegen-arm64.cc     [all...]
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
signal_processing_unittest.cc 63 int shift_amount = 1; // Workaround compiler warning using variable here. local
65 EXPECT_EQ(32766, WEBRTC_SPL_SHIFT_W32(a, shift_amount));
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c     [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.h 130 RegLocation rl_dest, RegLocation rl_src, int shift_amount);
mir_to_gbc.cc 436 RegLocation rl_dest, RegLocation rl_src, int shift_amount) {
440 args.push_back(irb_->getInt32(shift_amount));
    [all...]
  /external/libnfc-nci/src/nfc/ndef/
ndef_utils.c 43 static void shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount)
46 register UINT8 *pd = ps + shift_amount;
    [all...]
  /external/vixl/src/a64/
simulator-a64.cc 667 unsigned shift_amount = instr->ImmDPShift(); local
669 shift_amount);
765 unsigned shift_amount = instr->ImmShiftLS() * instr->SizeLS(); local
768 shift_amount);
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 601 Immediate shift_amount,
605 DCHECK(size == kInt64Size ? is_uint6(shift_amount.value_)
606 : is_uint5(shift_amount.value_));
607 if (shift_amount.value_ == 1) {
615 emit(shift_amount.value_);
    [all...]
assembler-x64.h     [all...]
  /art/compiler/dex/quick/arm64/
int_arm64.cc 1299 int shift_amount = mir_graph_->ConstantValue(rl_shift) & 0x3f; local
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h     [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 7633 IRTemp shift_amount = newTemp(Ity_I64); local
7675 IRTemp shift_amount = newTemp(Ity_I64); local
7697 IRTemp shift_amount = newTemp(Ity_I64); local
7719 IRTemp shift_amount = newTemp(Ity_I64); local
12762 IRTemp shift_amount = newTemp(Ity_I8); local
    [all...]
  /external/chromium_org/v8/src/
hydrogen.cc 10429 HValue* operand, *shift_amount; local
    [all...]
hydrogen.h     [all...]

Completed in 1071 milliseconds

12