Searched defs:Cmn (Results 1 – 8 of 8) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| D | code-generator-arm64.cc | 1568 __ Cmn(i.InputOrZeroRegister64(0), i.InputOperand2_64(1)); in AssembleArchInstruction() local 1571 __ Cmn(i.InputOrZeroRegister32(0), i.InputOperand2_32(1)); in AssembleArchInstruction() local 1722 __ Cmn(i.OutputRegister32(), 1); in AssembleArchInstruction() local 1737 __ Cmn(i.OutputRegister32(), 1); in AssembleArchInstruction() local 1765 __ Cmn(i.OutputRegister64(), 1); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/regexp/arm64/ |
| D | regexp-macro-assembler-arm64.cc | 339 __ Cmn(capture_length, current_input_offset()); in CheckNotBackReferenceIgnoreCase() local 492 __ Cmn(capture_length, current_input_offset()); in CheckNotBackReference() local
|
| /third_party/vixl/test/aarch64/ |
| D | test-utils-aarch64.cc | 890 __ Cmn(x0, 0); // Clear NZCV flags for later. in SetInitialMachineState() local
|
| D | test-assembler-aarch64.cc | 5632 __ Cmn(x1, Operand(x0)); in TEST() local 5644 __ Cmn(w1, Operand(w0)); in TEST() local 5656 __ Cmn(x1, Operand(x0)); in TEST() local 5668 __ Cmn(w1, Operand(w0)); in TEST() local 6760 __ Cmn(w1, w1); // Set N and V. in TEST() local
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| D | macro-assembler-arm64-inl.h | 158 void TurboAssembler::Cmn(const Register& rn, const Operand& operand) { in Cmn() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceInstARM32.h | 388 Cmn, enumerator
|
| /third_party/vixl/src/aarch64/ |
| D | macro-assembler-aarch64.cc | 1530 void MacroAssembler::Cmn(const Register& rn, const Operand& operand) { in Emit() function in vixl::aarch64::MacroAssembler
|
| /third_party/vixl/src/aarch32/ |
| D | macro-assembler-aarch32.h | 1778 void Cmn(Condition cond, Register rn, const Operand& operand) { in Assembler() function 1795 void Cmn(Register rn, const Operand& operand) { Cmn(al, rn, operand); } in Assembler() function
|