Searched defs:tst (Results 1 - 2 of 2) sorted by last modified time

/art/compiler/utils/arm/
H A Dassembler_arm32.cc92 void Arm32Assembler::tst(Register rn, const ShifterOperand& so, Condition cond) { function in class:art::arm::Arm32Assembler
93 CHECK_NE(rn, PC); // Reserve tst pc instruction for exception handler marker.
H A Dassembler_thumb2.cc94 void Thumb2Assembler::tst(Register rn, const ShifterOperand& so, Condition cond) { function in class:art::arm::Thumb2Assembler
95 CHECK_NE(rn, PC); // Reserve tst pc instruction for exception handler marker.

Completed in 87 milliseconds