/external/chromium_org/v8/src/arm64/ |
D | debug-arm64.cc | 160 __ Lsr(scratch, reg, 32); in Generate_DebugBreakCallHelper() local
|
D | regexp-macro-assembler-arm64.cc | 297 __ Lsr(x11, GetCachedRegister(start_reg), kWRegSizeInBits); in CheckNotBackReferenceIgnoreCase() local 423 __ Lsr(x11, GetCachedRegister(start_reg), kWRegSizeInBits); in CheckNotBackReference() local 833 __ Lsr(capture_end.X(), capture_start.X(), kWRegSizeInBits); in GetCode() local 1148 __ Lsr(current_input_offset().X(), cached_register, kWRegSizeInBits); in ReadCurrentPositionFromRegister() local 1559 __ Lsr(maybe_result.X(), GetCachedRegister(register_index), in GetRegister() local
|
D | macro-assembler-arm64-inl.h | 910 void MacroAssembler::Lsr(const Register& rd, in Lsr() function 919 void MacroAssembler::Lsr(const Register& rd, in Lsr() function
|
D | macro-assembler-arm64.h | 403 inline void Lsr(const Register& rd, const Register& rn, unsigned shift); 404 inline void Lsr(const Register& rd, const Register& rn, const Register& rm);
|
D | lithium-codegen-arm64.cc | 1616 __ Lsr(filler_count.W(), ToRegister32(instr->size()), kPointerSizeLog2); in DoAllocate() local 2338 __ Lsr(result_reg, result_reg, 32); in DoDoubleBits() local 4917 __ Lsr(result, left, right); in DoShiftI() local 4934 case Token::SHR: __ Lsr(result, left, shift_count); break; in DoShiftI() local 4979 __ Lsr(result, left, result); in DoShiftS() local 5007 __ Lsr(result, left, shift_count); in DoShiftS() local
|
D | macro-assembler-arm64.cc | 1445 Lsr(scratch2, state, StackHandler::kKindWidth); in JumpToHandlerEntry() 4512 Lsr(bitmap_scratch, bitmap_scratch, shift_scratch); in HasColor() 4624 Lsr(load_scratch, load_scratch, shift_scratch); in EnsureNotWhite()
|
D | code-stubs-arm64.cc | 1329 __ Lsr(exponent_abs, exponent_abs, 1); in Generate() local
|
D | full-codegen-arm64.cc | 2017 __ Lsr(result, left, right); in EmitInlineSmiBinaryOp() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombine.h | 351 Value *SimplifyShrShlDemandedBits(Instruction *Lsr, Instruction *Sftl,
|
/external/vixl/src/a64/ |
D | macro-assembler-a64.h | 785 void Lsr(const Register& rd, const Register& rn, unsigned shift) { in Lsr() function 791 void Lsr(const Register& rd, const Register& rn, const Register& rm) { in Lsr() function
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 4066 __ Lsr(x16, x0, x1); in TEST() local 4067 __ Lsr(x17, x0, x2); in TEST() local 4068 __ Lsr(x18, x0, x3); in TEST() local 4069 __ Lsr(x19, x0, x4); in TEST() local 4070 __ Lsr(x20, x0, x5); in TEST() local 4071 __ Lsr(x21, x0, x6); in TEST() local 4073 __ Lsr(w22, w0, w1); in TEST() local 4074 __ Lsr(w23, w0, w2); in TEST() local 4075 __ Lsr(w24, w0, w3); in TEST() local 4076 __ Lsr(w25, w0, w4); in TEST() local [all …]
|
/external/chromium_org/v8/test/cctest/ |
D | test-assembler-arm64.cc | 4580 __ Lsr(x16, x0, x1); in TEST() local 4581 __ Lsr(x17, x0, x2); in TEST() local 4582 __ Lsr(x18, x0, x3); in TEST() local 4583 __ Lsr(x19, x0, x4); in TEST() local 4584 __ Lsr(x20, x0, x5); in TEST() local 4585 __ Lsr(x21, x0, x6); in TEST() local 4587 __ Lsr(w22, w0, w1); in TEST() local 4588 __ Lsr(w23, w0, w2); in TEST() local 4589 __ Lsr(w24, w0, w3); in TEST() local 4590 __ Lsr(w25, w0, w4); in TEST() local [all …]
|