/external/vixl/examples/aarch64/ |
D | simulated-runtime-calls.cc | 66 __ Lsl(w0, w0, 2); in GenerateRuntimeCallExamples() local
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 901 void MacroAssembler::Lsl(const Register& rd, in Lsl() function 910 void MacroAssembler::Lsl(const Register& rd, in Lsl() function
|
D | code-stubs-arm64.cc | 131 __ Lsl(result, mantissa, exponent); in Generate() local
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 3993 __ Lsl(result, left, right_log2); in DoMulConstIS() local 4490 case Token::SHL: __ Lsl(result, left, right); break; in DoShiftI() local 4513 case Token::SHL: __ Lsl(result, left, shift_count); break; in DoShiftI() local 4551 __ Lsl(result, left, result); in DoShiftS() local 4584 __ Lsl(result, left, shift_count); in DoShiftS() local
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 3147 __ Lsl(scratch2, argc_expected, kPointerSizeLog2); in Generate_ArgumentsAdaptorTrampoline() local 3189 __ Lsl(scratch2, argc_expected, kPointerSizeLog2); in Generate_ArgumentsAdaptorTrampoline() local 3190 __ Lsl(argc_actual, argc_actual, kPointerSizeLog2); in Generate_ArgumentsAdaptorTrampoline() local
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 1566 void Lsl(const Register& rd, const Register& rn, unsigned shift) { in Lsl() function 1573 void Lsl(const Register& rd, const Register& rn, const Register& rm) { in Lsl() function
|
/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 750 __ Lsl(r3, r1, 4); in TEST() local 776 __ Lsl(r3, r1, r9); in TEST() local 2819 __ Lsl(r4, r3, 28); in TEST() local
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 9286 __ Lsl(x16, x0, x1); in TEST() local 9287 __ Lsl(x17, x0, x2); in TEST() local 9288 __ Lsl(x18, x0, x3); in TEST() local 9289 __ Lsl(x19, x0, x4); in TEST() local 9290 __ Lsl(x20, x0, x5); in TEST() local 9291 __ Lsl(x21, x0, x6); in TEST() local 9293 __ Lsl(w22, w0, w1); in TEST() local 9294 __ Lsl(w23, w0, w2); in TEST() local 9295 __ Lsl(w24, w0, w3); in TEST() local 9296 __ Lsl(w25, w0, w4); in TEST() local [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstARM32.h | 398 Lsl, enumerator
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 1541 __ Lsl(result, left, right); in EmitInlineSmiBinaryOp() local
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 2305 void Lsl(Condition cond, Register rd, Register rm, const Operand& operand) { in Lsl() function 2322 void Lsl(Register rd, Register rm, const Operand& operand) { in Lsl() function 2325 void Lsl(FlagsUpdate flags, in Lsl() function 2351 void Lsl(FlagsUpdate flags, in Lsl() function
|