HomeSort by relevance Sort by last modified time
    Searched defs:shift_amount (Results 1 - 20 of 20) sorted by null

  /art/compiler/optimizing/
instruction_simplifier_arm.cc 71 int shift_amount = 0; local
73 HDataProcWithShifterOp::GetOpInfoFromInstruction(bitfield_op, &op_kind, &shift_amount);
74 shift_amount &= use->GetType() == Primitive::kPrimInt
84 } else if (type == Primitive::kPrimLong && shift_amount == 1) {
94 shift_amount,
instruction_simplifier_arm64.cc 78 int shift_amount = 0; local
79 HDataProcWithShifterOp::GetOpInfoFromInstruction(bitfield_op, &op_kind, &shift_amount);
91 shift_amount,
instruction_simplifier.cc 254 HInstruction* shift_amount = instruction->GetRight(); local
261 if (shift_amount->IsConstant()) {
262 int64_t cst = Int64FromConstant(shift_amount->AsConstant());
280 DCHECK_EQ(shift_amount->GetType(), Primitive::kPrimInt);
294 if (shift_amount->IsAnd()) {
295 HAnd* and_insn = shift_amount->AsAnd();
    [all...]
  /external/valgrind/memcheck/tests/vbit-test/
binary.c 121 unsigned shift_amount = opnd2->value.u8; local
123 expected_vbits = shl_vbits(opnd1->vbits, shift_amount);
134 unsigned shift_amount = opnd2->value.u8; local
136 expected_vbits = shr_vbits(opnd1->vbits, shift_amount);
147 unsigned shift_amount = opnd2->value.u8; local
149 expected_vbits = sar_vbits(opnd1->vbits, shift_amount);
  /external/v8/src/
fixed-dtoa.cc 42 void Shift(int shift_amount) {
43 DCHECK(-64 <= shift_amount && shift_amount <= 64);
44 if (shift_amount == 0) {
46 } else if (shift_amount == -64) {
49 } else if (shift_amount == 64) {
52 } else if (shift_amount <= 0) {
53 high_bits_ <<= -shift_amount;
54 high_bits_ += low_bits_ >> (64 + shift_amount);
55 low_bits_ <<= -shift_amount;
57 low_bits_ >>= shift_amount; local
59 high_bits_ >>= shift_amount; local
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
signal_processing_unittest.cc 62 int shift_amount = 1; // Workaround compiler warning using variable here. local
64 EXPECT_EQ(32766, WEBRTC_SPL_SHIFT_W32(a, shift_amount));
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-asm.c 1098 uint32_t shift_amount; local
1117 value >>= shift_amount; local
    [all...]
  /external/v8/src/arm/
disasm-arm.cc 195 int shift_amount = instr->ShiftAmountValue(); local
200 if ((instr->RegShiftValue() == 0) && (shift == LSL) && (shift_amount == 0)) {
206 if ((shift == ROR) && (shift_amount == 0)) {
209 } else if (((shift == LSR) || (shift == ASR)) && (shift_amount == 0)) {
210 shift_amount = 32;
215 shift_amount);
    [all...]
simulator-arm.cc 1398 int shift_amount = instr->ShiftAmountValue(); local
    [all...]
  /external/v8/src/arm64/
assembler-arm64.h 577 // rm, {<shift> {#<shift_amount>}}
579 // <shift_amount> is uint6_t.
584 unsigned shift_amount = 0); // NOLINT(runtime/explicit)
586 // rm, <extend> {#<shift_amount>}
588 // <shift_amount> is uint2_t.
591 unsigned shift_amount = 0);
618 inline unsigned shift_amount() const;
646 unsigned shift_amount = 0);
650 unsigned shift_amount = 0);
661 unsigned shift_amount() const { return shift_amount_; function in class:v8::internal::MemOperand
    [all...]
assembler-arm64.cc 2577 unsigned shift_amount = addr.shift_amount(); local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/util/
hex_float.h 518 uint_type shift_amount = static_cast<uint_type>(-num_throwaway_bits); local
519 out_val = static_cast<other_uint_type>(out_val << shift_amount);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 1977 LOperand* shift_amount = UseConstant(hshift->right()); local
    [all...]
lithium-arm64.h 561 LAddI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount)
562 : shift_(shift), shift_amount_(shift_amount) {
571 LOperand* shift_amount() const { return shift_amount_; } function in class:v8::internal::final
758 LBitI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount)
759 : shift_(shift), shift_amount_(shift_amount) {
768 LOperand* shift_amount() const { return shift_amount_; } function in class:v8::internal::final
2487 LOperand* shift_amount() const { return shift_amount_; } function in class:v8::internal::final
    [all...]
  /external/vixl/src/aarch64/
disasm-aarch64.cc 4498 int shift_amount = 8 * ((cmode >> 1) & 3); local
4505 int shift_amount = 8 << (cmode & 1); local
    [all...]
simulator-aarch64.cc 459 unsigned shift_amount = mem_op.GetShiftAmount(); local
461 offset = ShiftOperand(kXRegSize, offset, mem_op.GetShift(), shift_amount);
464 offset = ExtendValue(kXRegSize, offset, mem_op.GetExtend(), shift_amount);
1173 unsigned shift_amount = instr->GetImmDPShift(); local
1288 unsigned shift_amount = instr->GetImmShiftLS() * instr->GetSizeLS(); local
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 4976 uint32_t shift_amount = rieInstr->I5Value() & 0x3F; local
6426 uint32_t shift_amount = i5 & 0x3F; local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 10975 HValue *operand, *shift_amount; local
    [all...]
  /external/valgrind/VEX/priv/
guest_s390_toIR.c 7723 IRTemp shift_amount = newTemp(Ity_I64); local
7765 IRTemp shift_amount = newTemp(Ity_I64); local
7787 IRTemp shift_amount = newTemp(Ity_I64); local
7809 IRTemp shift_amount = newTemp(Ity_I64); local
13027 IRTemp shift_amount = newTemp(Ity_I8); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c 12616 offsetT shift_amount = inst.reloc.exp.X_add_number; local
    [all...]

Completed in 976 milliseconds