Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dmemcmp16_arm64.S54 tst tmp1, #7
Dquick_entrypoints_arm64.S1165 tst x0, x0
/art/runtime/arch/arm/
Dmemcmp16_arm.S74 tst r3, #2
/art/compiler/utils/
Dassembler_thumb_test.cc236 __ tst(R0, ShifterOperand(R1)); in TEST() local
270 __ tst(R0, ShifterOperand(0x55)); in TEST() local
304 __ tst(R0, ShifterOperand(0x550055)); in TEST() local
Dassembler_thumb_test_expected.cc.inc40 " 36: 4208 tst r0, r1\n",
61 " 2a: f010 0f55 tst.w r0, #85 ; 0x55\n",
83 " 2c: f010 1f55 tst.w r0, #5570645 ; 0x550055\n",
/art/compiler/utils/arm/
Dassembler_arm32.h62 void tst(Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
Dassembler_arm32_test.cc669 T3Helper(&arm::Arm32Assembler::tst, true, "tst{cond} {reg1}, {shift}", "tst"); in TEST_F()
Dassembler_thumb2.h84 void tst(Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
Dassembler_arm.h371 virtual void tst(Register rn, const ShifterOperand& so, Condition cond = AL) = 0;
Dassembler_arm32.cc123 void Arm32Assembler::tst(Register rn, const ShifterOperand& so, Condition cond) { in tst() function in art::arm::Arm32Assembler
Dassembler_thumb2.cc120 void Thumb2Assembler::tst(Register rn, const ShifterOperand& so, Condition cond) { in tst() function in art::arm::Thumb2Assembler