Home
last modified time | relevance | path

Searched defs:cmn (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test.cc271 __ cmn(R0, ShifterOperand(R1)); in TEST_F() local
302 __ cmn(R0, ShifterOperand(R8)); in TEST_F() local
390 __ cmn(R0, ShifterOperand(0x55)); in TEST_F() local
421 __ cmn(R0, ShifterOperand(0x550055)); in TEST_F() local
/art/compiler/utils/arm/
Dassembler_thumb2.cc607 void Thumb2Assembler::cmn(Register rn, const ShifterOperand& so, Condition cond) { in cmn() function in art::arm::Thumb2Assembler