Home
last modified time | relevance | path

Searched refs:tst (Results 1 – 12 of 12) sorted by relevance

/art/runtime/arch/arm64/
Dmemcmp16_arm64.S54 tst tmp1, #7
Dquick_entrypoints_arm64.S1306 tst x0, x0
1583 tst x3, #ACCESS_FLAGS_CLASS_IS_FINALIZABLE
/art/runtime/arch/arm/
Dmemcmp16_arm.S74 tst r3, #2
Dquick_entrypoints_arm.S745 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/
Dassembler_thumb_test.cc265 __ 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
Dassembler_thumb_test_expected.cc.inc45 " 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/
Dassembler_arm32.h65 void tst(Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
Dassembler_arm32_test.cc831 T3Helper(&arm::Arm32Assembler::tst, true, "tst{cond} {reg1}, {shift}", "tst"); in TEST_F()
Dassembler_thumb2.h95 void tst(Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
Dassembler_arm.h500 virtual void tst(Register rn, const ShifterOperand& so, Condition cond = AL) = 0;
Dassembler_arm32.cc111 void Arm32Assembler::tst(Register rn, const ShifterOperand& so, Condition cond) { in tst() function in art::arm::Arm32Assembler
Dassembler_thumb2.cc590 void Thumb2Assembler::tst(Register rn, const ShifterOperand& so, Condition cond) { in tst() function in art::arm::Thumb2Assembler