/external/icu/icu4c/source/data/locales/ |
D | guz.txt | 111 "Cmn",
|
/external/v8/test/cctest/ |
D | test-disasm-arm64.cc | 1662 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_()
|
D | test-assembler-arm64.cc | 4244 __ 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/ |
D | regexp-macro-assembler-arm64.cc | 307 __ Cmn(capture_length, current_input_offset()); in CheckNotBackReferenceIgnoreCase() local 461 __ Cmn(capture_length, current_input_offset()); in CheckNotBackReference() local
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 926 __ 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/ |
D | macro-assembler-arm64-inl.h | 202 void MacroAssembler::Cmn(const Register& rn, const Operand& operand) { in Cmn() function
|
D | macro-assembler-arm64.h | 199 inline void Cmn(const Register& rn, const Operand& operand);
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.cc | 1197 void MacroAssembler::Cmn(const Register& rn, const Operand& operand) { in Cmn() function in vixl::MacroAssembler
|
D | macro-assembler-a64.h | 651 void Cmn(const Register& rn, const Operand& operand);
|
/external/vixl/test/ |
D | test-disasm-a64.cc | 2702 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()
|
D | test-assembler-a64.cc | 8335 __ 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
|