Home
last modified time | relevance | path

Searched refs:cmn (Results 1 – 5 of 5) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc47 " 4c: 42c8 cmn r0, r1\n",
71 " 94: eb10 0f08 cmn.w r0, r8\n",
148 " 38: f110 0f55 cmn.w r0, #85 ; 0x55\n",
173 " 3c: f110 1f55 cmn.w r0, #5570645 ; 0x550055\n",
5370 " 12: eb10 0f0c cmn.w r0, ip\n",
5375 " 24: eb11 0f0c cmn.w r1, ip\n",
5383 " 40: eb10 0f0c cmn.w r0, ip\n",
5388 " 52: f111 0f07 cmn.w r1, #7\n",
5389 " 56: f110 0f08 cmn.w r0, #8\n",
5390 " 5a: f111 0fff cmn.w r1, #255 ; 0xff\n",
[all …]
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
3676 cmn(rn, shifter_op, cond); in CmpConstant()
3684 cmn(rn, ShifterOperand(IP), cond); in CmpConstant()
3687 cmn(rn, ShifterOperand(IP), cond); in CmpConstant()
Dassembler_arm.h473 virtual void cmn(Register rn, const ShifterOperand& so, Condition cond = AL) = 0;
Dassembler_thumb2.h102 void cmn(Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;