Searched refs:tst (Results 1 – 12 of 12) sorted by relevance
/art/runtime/arch/arm64/ |
D | memcmp16_arm64.S | 54 tst tmp1, #7
|
D | quick_entrypoints_arm64.S | 1306 tst x0, x0 1583 tst x3, #ACCESS_FLAGS_CLASS_IS_FINALIZABLE
|
/art/runtime/arch/arm/ |
D | memcmp16_arm.S | 74 tst r3, #2
|
D | quick_entrypoints_arm.S | 745 tst r0, r0 767 tst r2, r2 1020 tst r3, #ACCESS_FLAGS_CLASS_IS_FINALIZABLE 1120 tst r3, #ACCESS_FLAGS_CLASS_IS_FINALIZABLE
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 265 __ tst(R0, ShifterOperand(R1)); in TEST_F() local 297 __ tst(R0, ShifterOperand(R8)); in TEST_F() local 383 __ tst(R0, ShifterOperand(0x55)); in TEST_F() local 414 __ tst(R0, ShifterOperand(0x550055)); in TEST_F() local
|
D | assembler_thumb_test_expected.cc.inc | 45 " 48: 4208 tst r0, r1\n", 70 " 90: ea10 0f08 tst.w r0, r8\n", 145 " 2e: f010 0f55 tst.w r0, #85 ; 0x55\n", 170 " 30: f010 1f55 tst.w r0, #5570645 ; 0x550055\n",
|
/art/compiler/utils/arm/ |
D | assembler_arm32.h | 65 void tst(Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
|
D | assembler_arm32_test.cc | 831 T3Helper(&arm::Arm32Assembler::tst, true, "tst{cond} {reg1}, {shift}", "tst"); in TEST_F()
|
D | assembler_thumb2.h | 95 void tst(Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
|
D | assembler_arm.h | 500 virtual void tst(Register rn, const ShifterOperand& so, Condition cond = AL) = 0;
|
D | assembler_arm32.cc | 111 void Arm32Assembler::tst(Register rn, const ShifterOperand& so, Condition cond) { in tst() function in art::arm::Arm32Assembler
|
D | assembler_thumb2.cc | 590 void Thumb2Assembler::tst(Register rn, const ShifterOperand& so, Condition cond) { in tst() function in art::arm::Thumb2Assembler
|