Home
last modified time | relevance | path

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

/external/icu/icu4c/source/data/locales/
Dguz.txt111 "Cmn",
/external/v8/test/cctest/
Dtest-disasm-arm64.cc1662 COMPARE(Cmn(w0, -1), "cmp w0, #0x1 (1)"); in TEST_()
1663 COMPARE(Cmn(x1, -1), "cmp x1, #0x1 (1)"); in TEST_()
1664 COMPARE(Cmn(w2, -4095), "cmp w2, #0xfff (4095)"); in TEST_()
1665 COMPARE(Cmn(x3, -4095), "cmp x3, #0xfff (4095)"); in TEST_()
Dtest-assembler-arm64.cc4244 __ Cmn(x1, Operand(x0)); in TEST() local
4254 __ Cmn(w1, Operand(w0)); in TEST() local
4264 __ Cmn(x1, Operand(x0)); in TEST() local
4274 __ Cmn(w1, Operand(w0)); in TEST() local
8076 __ Cmn(w1, w1); // Set N and V. in TEST() local
/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc307 __ Cmn(capture_length, current_input_offset()); in CheckNotBackReferenceIgnoreCase() local
461 __ Cmn(capture_length, current_input_offset()); in CheckNotBackReference() local
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc926 __ Cmn(i.InputOrZeroRegister64(0), i.InputOperand(1)); in AssembleArchInstruction() local
929 __ Cmn(i.InputOrZeroRegister32(0), i.InputOperand2_32(1)); in AssembleArchInstruction() local
/external/v8/src/arm64/
Dmacro-assembler-arm64-inl.h202 void MacroAssembler::Cmn(const Register& rn, const Operand& operand) { in Cmn() function
Dmacro-assembler-arm64.h199 inline void Cmn(const Register& rn, const Operand& operand);
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.cc1197 void MacroAssembler::Cmn(const Register& rn, const Operand& operand) { in Cmn() function in vixl::MacroAssembler
Dmacro-assembler-a64.h651 void Cmn(const Register& rn, const Operand& operand);
/external/vixl/test/
Dtest-disasm-a64.cc2702 COMPARE(Cmn(w0, -1), "cmp w0, #0x1 (1)"); in TEST()
2703 COMPARE(Cmn(x1, -1), "cmp x1, #0x1 (1)"); in TEST()
2704 COMPARE(Cmn(w2, -4095), "cmp w2, #0xfff (4095)"); in TEST()
2705 COMPARE(Cmn(x3, -4095), "cmp x3, #0xfff (4095)"); in TEST()
Dtest-assembler-a64.cc8335 __ Cmn(x1, Operand(x0)); in TEST() local
8345 __ Cmn(w1, Operand(w0)); in TEST() local
8355 __ Cmn(x1, Operand(x0)); in TEST() local
8365 __ Cmn(w1, Operand(w0)); in TEST() local
12518 __ Cmn(w1, w1); // Set N and V. in TEST() local