/external/chromium_org/v8/test/cctest/ |
test-disasm-x64.cc | 369 __ cmovq(overflow, rax, Operand(rax, 0)); 370 __ cmovq(no_overflow, rax, Operand(rax, 1)); 371 __ cmovq(below, rax, Operand(rax, 2)); 372 __ cmovq(above_equal, rax, Operand(rax, 3)); 373 __ cmovq(equal, rax, Operand(rbx, 0)); 374 __ cmovq(not_equal, rax, Operand(rbx, 1)); 375 __ cmovq(below_equal, rax, Operand(rbx, 2)); 376 __ cmovq(above, rax, Operand(rbx, 3)); 377 __ cmovq(sign, rax, Operand(rcx, 0)); 378 __ cmovq(not_sign, rax, Operand(rcx, 1)) [all...] |
test-macro-assembler-x64.cc | 110 __ cmovq(not_equal, rax, rdx); [all...] |
/external/v8/test/cctest/ |
test-disasm-x64.cc | 376 __ cmovq(overflow, rax, Operand(rax, 0)); 377 __ cmovq(no_overflow, rax, Operand(rax, 1)); 378 __ cmovq(below, rax, Operand(rax, 2)); 379 __ cmovq(above_equal, rax, Operand(rax, 3)); 380 __ cmovq(equal, rax, Operand(rbx, 0)); 381 __ cmovq(not_equal, rax, Operand(rbx, 1)); 382 __ cmovq(below_equal, rax, Operand(rbx, 2)); 383 __ cmovq(above, rax, Operand(rbx, 3)); 384 __ cmovq(sign, rax, Operand(rcx, 0)); 385 __ cmovq(not_sign, rax, Operand(rcx, 1)) [all...] |
test-macro-assembler-x64.cc | 110 __ cmovq(not_equal, rax, rdx); [all...] |
/external/chromium_org/v8/src/x64/ |
assembler-x64.h | 732 void cmovq(Condition cc, Register dst, Register src); 733 void cmovq(Condition cc, Register dst, const Operand& src); [all...] |
assembler-x64.cc | 915 void Assembler::cmovq(Condition cc, Register dst, Register src) { function in class:v8::internal::Assembler 933 void Assembler::cmovq(Condition cc, Register dst, const Operand& src) { function in class:v8::internal::Assembler [all...] |
/external/v8/src/x64/ |
assembler-x64.h | 738 void cmovq(Condition cc, Register dst, Register src); 739 void cmovq(Condition cc, Register dst, const Operand& src); [all...] |
assembler-x64.cc | 939 void Assembler::cmovq(Condition cc, Register dst, Register src) { function in class:v8::internal::Assembler 957 void Assembler::cmovq(Condition cc, Register dst, const Operand& src) { function in class:v8::internal::Assembler [all...] |
stub-cache-x64.cc | [all...] |