/external/valgrind/memcheck/tests/vbit-test/ |
D | binary.c | 121 unsigned shift_amount = opnd2->value.u8; in check_result_for_binary() local 134 unsigned shift_amount = opnd2->value.u8; in check_result_for_binary() local 147 unsigned shift_amount = opnd2->value.u8; in check_result_for_binary() local
|
D | vbits.c | 969 shl_vbits(vbits_t v, unsigned shift_amount) in shl_vbits() 991 shr_vbits(vbits_t v, unsigned shift_amount) in shr_vbits() 1013 sar_vbits(vbits_t v, unsigned shift_amount) in sar_vbits()
|
/external/vixl/src/aarch64/ |
D | operands-aarch64.cc | 300 Operand::Operand(Register reg, Shift shift, unsigned shift_amount) in Operand() 312 Operand::Operand(Register reg, Extend extend, unsigned shift_amount) in Operand() 397 unsigned shift_amount) in MemOperand() 417 unsigned shift_amount) in MemOperand()
|
D | operands-aarch64.h | 801 VIXL_DEPRECATED("GetShiftAmount", unsigned shift_amount() const) { in shift_amount() function 857 VIXL_DEPRECATED("GetShiftAmount", unsigned shift_amount() const) { in shift_amount() function
|
D | simulator-aarch64.cc | 459 unsigned shift_amount = mem_op.GetShiftAmount(); in ComputeMemOperandAddress() local 1173 unsigned shift_amount = instr->GetImmDPShift(); in VisitLogicalShifted() local 1288 unsigned shift_amount = instr->GetImmShiftLS() * instr->GetSizeLS(); in VisitLoadStoreRegisterOffset() local
|
D | disasm-aarch64.cc | 4547 int shift_amount = 8 * ((cmode >> 1) & 3); in SubstituteImmediateField() local 4554 int shift_amount = 8 << (cmode & 1); in SubstituteImmediateField() local
|
D | assembler-aarch64.h | 2792 static Instr ImmShiftLS(unsigned shift_amount) { in ImmShiftLS()
|
D | assembler-aarch64.cc | 2824 const int shift_amount) { in movi() 2869 const int shift_amount) { in mvni() 4139 const int shift_amount, in NEONModifiedImmShiftMsl() 4157 unsigned shift_amount) { in EmitShift() 4282 unsigned shift_amount = addr.GetShiftAmount(); in LoadStoreMemOperand() local
|
D | macro-assembler-aarch64.cc | 1088 int shift_amount) { in Movi()
|
/external/webrtc/webrtc/common_audio/ |
D | lapped_transform.cc | 60 size_t shift_amount, in LappedTransform()
|
D | blocker.cc | 106 size_t shift_amount, in Blocker()
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | geom.h | 218 inline void Shift(const Point2f shift_amount) { in Shift() 279 inline void Shift(const Point2f shift_amount) { in Shift()
|
/external/v8/src/ |
D | bignum.cc | 219 void Bignum::ShiftLeft(int shift_amount) { in ShiftLeft() 693 void Bignum::BigitsShiftLeft(int shift_amount) { in BigitsShiftLeft()
|
D | strtod.cc | 305 int shift_amount = (precision_digits_count + kDenominatorLog) - in DiyFpStrtod() local
|
D | fixed-dtoa.cc | 42 void Shift(int shift_amount) { in Shift()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_helpers.cc | 67 xla::ComputationDataHandle shift_amount = in ArgMinMax() local
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 561 LAddI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount) in LAddI() 571 LOperand* shift_amount() const { return shift_amount_; } in shift_amount() function 758 LBitI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount) in LBitI() 768 LOperand* shift_amount() const { return shift_amount_; } in shift_amount() function 2477 LSubI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount) in LSubI() 2487 LOperand* shift_amount() const { return shift_amount_; } in shift_amount() function
|
D | lithium-arm64.cc | 1977 LOperand* shift_amount = UseConstant(hshift->right()); in DoShiftedBinaryOp() local
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | signal_processing_unittest.cc | 62 int shift_amount = 1; // Workaround compiler warning using variable here. in TEST_F() local
|
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 1452 unsigned shift_amount = instr->ImmDPShift(); in VisitAddSubShifted() local 1498 unsigned shift_amount = instr->ImmDPShift(); in VisitLogicalShifted() local 1616 unsigned shift_amount = instr->ImmShiftLS() * instr->SizeLS(); in VisitLoadStoreRegisterOffset() local
|
D | assembler-arm64.h | 661 unsigned shift_amount() const { return shift_amount_; } in shift_amount() function
|
D | assembler-arm64.cc | 2465 unsigned shift_amount) { in EmitShift() 2577 unsigned shift_amount = addr.shift_amount(); in LoadStore() local
|
/external/v8/src/arm/ |
D | disasm-arm.cc | 195 int shift_amount = instr->ShiftAmountValue(); in PrintShiftRm() local
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 690 Immediate shift_amount, in shift() 709 void Assembler::shift(Operand dst, Immediate shift_amount, int subcode, in shift()
|
/external/valgrind/VEX/priv/ |
D | guest_s390_toIR.c | 7723 IRTemp shift_amount = newTemp(Ity_I64); in s390_irgen_SLDA() local 7765 IRTemp shift_amount = newTemp(Ity_I64); in s390_irgen_SLA() local 7787 IRTemp shift_amount = newTemp(Ity_I64); in s390_irgen_SLAK() local 7809 IRTemp shift_amount = newTemp(Ity_I64); in s390_irgen_SLAG() local 13027 IRTemp shift_amount = newTemp(Ity_I8); in s390_irgen_FLOGR() local
|