Searched defs:orq (Results 1 – 3 of 3) sorted by relevance
/external/v8/test/cctest/ |
D | test-disasm-x64.cc | 59 __ orq(rax, Immediate(12345678)); in TEST() local 105 __ orq(rdx, Immediate(3)); in TEST() local 209 __ orq(rdx, Immediate(12345)); in TEST() local 210 __ orq(rdx, Operand(rbx, rcx, times_4, 10000)); in TEST() local 244 __ orq(rbx, Immediate(12345)); in TEST() local
|
D | test-assembler-x64.cc | 640 __ orq(rax, Immediate(vec->Get(context, ++i) in DoSSE2() local
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 1337 __ orq(i.OutputRegister(), kScratchRegister); in AssembleArchInstruction() local 1380 __ orq(i.OutputRegister(), kScratchRegister); in AssembleArchInstruction() local
|