Home
last modified time | relevance | path

Searched defs:leal (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/MC/X86/
Dhex-immediates.s10 leal (,%r14,4), %eax label
Dx86-64.s535 leal 8(%eax), %esi label
/external/v8/src/ic/x64/
Dic-x64.cc418 __ leal(rdi, Operand(key, 1)); in KeyedStoreGenerateMegamorphicHelper() local
434 __ leal(rdi, Operand(key, 1)); in KeyedStoreGenerateMegamorphicHelper() local
466 __ leal(rdi, Operand(key, 1)); in KeyedStoreGenerateMegamorphicHelper() local
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1528 __ leal(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1537 __ leal(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1540 __ leal(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc498 __ leal(rax, Operand(current_character(), -from)); in CheckCharacterInRange() local
508 __ leal(rax, Operand(current_character(), -from)); in CheckCharacterNotInRange() local
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc1138 __ leal(temp, Operand(dividend, divisor > 0 ? 1 : -1)); in DoFlooringDivByConstI() local
1347 __ leal(left, Operand(left, left, times_2, 0)); in DoMulI() local
1353 __ leal(left, Operand(left, left, times_4, 0)); in DoMulI() local
1359 __ leal(left, Operand(left, left, times_8, 0)); in DoMulI() local
1771 __ leal(ToRegister(instr->result()), in DoAddI() local
1779 __ leal(ToRegister(instr->result()), address); in DoAddI() local
/external/v8/src/x64/
Dbuiltins-x64.cc2200 __ leal(rax, Operand(rax, 1)); in Generate_PushBoundArguments() local
Dcode-stubs-x64.cc189 __ leal(result_reg, MemOperand(rcx, -HeapNumber::kExponentBias)); in Generate() local