Searched defs:leal (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/MC/X86/ |
D | hex-immediates.s | 10 leal (,%r14,4), %eax label
|
D | x86-64.s | 535 leal 8(%eax), %esi label
|
/external/v8/src/ic/x64/ |
D | ic-x64.cc | 418 __ 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/ |
D | code-generator-x64.cc | 1528 __ 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/ |
D | regexp-macro-assembler-x64.cc | 498 __ leal(rax, Operand(current_character(), -from)); in CheckCharacterInRange() local 508 __ leal(rax, Operand(current_character(), -from)); in CheckCharacterNotInRange() local
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 1138 __ 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/ |
D | builtins-x64.cc | 2200 __ leal(rax, Operand(rax, 1)); in Generate_PushBoundArguments() local
|
D | code-stubs-x64.cc | 189 __ leal(result_reg, MemOperand(rcx, -HeapNumber::kExponentBias)); in Generate() local
|