Searched refs:cmn (Results 1 – 5 of 5) sorted by relevance
/art/compiler/utils/ |
D | assembler_thumb_test_expected.cc.inc | 47 " 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 …]
|
D | assembler_thumb_test.cc | 271 __ 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/ |
D | assembler_thumb2.cc | 607 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()
|
D | assembler_arm.h | 473 virtual void cmn(Register rn, const ShifterOperand& so, Condition cond = AL) = 0;
|
D | assembler_thumb2.h | 102 void cmn(Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
|