Searched refs:Cmn (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc335 __ Cmn(i.InputRegister(0), i.InputOperand(1));
338 __ Cmn(i.InputRegister32(0), i.InputOperand32(1));
/external/chromium_org/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc307 __ Cmn(capture_length, current_input_offset());
436 __ Cmn(capture_length, current_input_offset());
H A Dmacro-assembler-arm64-inl.h202 void MacroAssembler::Cmn(const Register& rn, const Operand& operand) { function in class:v8::internal::MacroAssembler
H A Dmacro-assembler-arm64.h183 inline void Cmn(const Register& rn, const Operand& operand);
H A Dlithium-codegen-arm64.cc3591 __ Cmn(scratch, 1);
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm64.cc1665 COMPARE(Cmn(w0, -1), "cmp w0, #0x1 (1)");
1666 COMPARE(Cmn(x1, -1), "cmp x1, #0x1 (1)");
1667 COMPARE(Cmn(w2, -4095), "cmp w2, #0xfff (4095)");
1668 COMPARE(Cmn(x3, -4095), "cmp x3, #0xfff (4095)");
H A Dtest-assembler-arm64.cc4297 __ Cmn(x1, Operand(x0));
4307 __ Cmn(w1, Operand(w0));
4317 __ Cmn(x1, Operand(x0));
4327 __ Cmn(w1, Operand(w0));
8040 __ Cmn(w1, w1); // Set N and V.
8042 // The Msr should have overwritten every flag set by the Cmn.
/external/vixl/test/
H A Dtest-disasm-a64.cc1643 COMPARE(Cmn(w0, -1), "cmp w0, #0x1 (1)");
1644 COMPARE(Cmn(x1, -1), "cmp x1, #0x1 (1)");
1645 COMPARE(Cmn(w2, -4095), "cmp w2, #0xfff (4095)");
1646 COMPARE(Cmn(x3, -4095), "cmp x3, #0xfff (4095)");
H A Dtest-assembler-a64.cc3604 __ Cmn(x1, Operand(x0));
3614 __ Cmn(w1, Operand(w0));
3624 __ Cmn(x1, Operand(x0));
3634 __ Cmn(w1, Operand(w0));
7231 __ Cmn(w1, w1); // Set N and V.
7233 // The Msr should have overwritten every flag set by the Cmn.
/external/vixl/src/a64/
H A Dmacro-assembler-a64.cc520 void MacroAssembler::Cmn(const Register& rn, const Operand& operand) { function in class:vixl::MacroAssembler
H A Dmacro-assembler-a64.h142 void Cmn(const Register& rn, const Operand& operand);

Completed in 1094 milliseconds