Searched defs:addq (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/MC/X86/ |
D | x86_64-signed-reloc.s | 8 addq $foo, %rax // CHECK-NEXT: R_X86_64_32S label
|
D | x86-64.s | 643 addq $-424, %rax label
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.cc | 135 __ addq(rdi, Immediate(by * char_size())); in AdvanceCurrentPosition() local 292 __ addq(rdi, register_location(start_reg)); in CheckNotBackReferenceIgnoreCase() local 373 __ addq(rdi, rbx); in CheckNotBackReferenceIgnoreCase() local 447 __ addq(rdi, register_location(start_reg)); in CheckNotBackReference() local 884 __ addq(rdi, Immediate(2)); in GetCode() local
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 1346 __ addq(rsp, Immediate(kDoubleSize)); in AssembleArchInstruction() local 2065 __ addq(i.OutputRegister(), Immediate(constant_summand)); in AssembleArchInstruction() local 2073 __ addq(i.OutputRegister(), i.InputRegister(1)); in AssembleArchInstruction() local 2086 __ addq(i.OutputRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
|
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-64.s | 580 addq $-424, %rax label
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 37 __ addq(rax, Immediate(3)); in Generate() local 3103 __ addq(rsp, rbx); in CallApiFunctionAndReturn() local
|