Searched refs:teq (Results 1 – 5 of 5) sorted by relevance
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 254 __ 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
|
D | assembler_thumb_test_expected.cc.inc | 32 " 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/ |
D | assembler_arm.h | 467 virtual void teq(Register rn, const ShifterOperand& so, Condition cond = AL) = 0;
|
D | assembler_thumb2.h | 98 void teq(Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
|
D | assembler_thumb2.cc | 596 void Thumb2Assembler::teq(Register rn, const ShifterOperand& so, Condition cond) { in teq() function in art::arm::Thumb2Assembler
|