Home
last modified time | relevance | path

Searched refs:teq (Results 1 – 5 of 5) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test.cc254 __ teq(R0, ShifterOperand(R1)); in TEST_F() local
388 __ teq(R0, ShifterOperand(0x55)); in TEST_F() local
419 __ teq(R0, ShifterOperand(0x550055)); in TEST_F() local
Dassembler_thumb_test_expected.cc.inc32 " 2c: ea90 0f01 teq r0, r1\n",
146 " 32: f090 0f55 teq r0, #85 ; 0x55\n",
171 " 34: f090 1f55 teq r0, #5570645 ; 0x550055\n",
/art/compiler/utils/arm/
Dassembler_arm.h467 virtual void teq(Register rn, const ShifterOperand& so, Condition cond = AL) = 0;
Dassembler_thumb2.h98 void teq(Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
Dassembler_thumb2.cc596 void Thumb2Assembler::teq(Register rn, const ShifterOperand& so, Condition cond) { in teq() function in art::arm::Thumb2Assembler