Home
last modified time | relevance | path

Searched refs:Lsr (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/v8/src/arm64/
Ddebug-arm64.cc160 __ Lsr(scratch, reg, 32); in Generate_DebugBreakCallHelper() local
Dregexp-macro-assembler-arm64.cc297 __ 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
Dmacro-assembler-arm64-inl.h910 void MacroAssembler::Lsr(const Register& rd, in Lsr() function
919 void MacroAssembler::Lsr(const Register& rd, in Lsr() function
Dmacro-assembler-arm64.h403 inline void Lsr(const Register& rd, const Register& rn, unsigned shift);
404 inline void Lsr(const Register& rd, const Register& rn, const Register& rm);
Dlithium-codegen-arm64.cc1616 __ 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
Dmacro-assembler-arm64.cc1445 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()
Dcode-stubs-arm64.cc1329 __ Lsr(exponent_abs, exponent_abs, 1); in Generate() local
Dfull-codegen-arm64.cc2017 __ Lsr(result, left, right); in EmitInlineSmiBinaryOp() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombine.h351 Value *SimplifyShrShlDemandedBits(Instruction *Lsr, Instruction *Sftl,
/external/vixl/src/a64/
Dmacro-assembler-a64.h785 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/
Dtest-assembler-a64.cc4066 __ 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/
Dtest-assembler-arm64.cc4580 __ 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 …]