Searched defs:teq (Results 1 – 2 of 2) sorted by relevance
254 __ teq(R0, ShifterOperand(R1)); in TEST_F() local388 __ teq(R0, ShifterOperand(0x55)); in TEST_F() local419 __ teq(R0, ShifterOperand(0x550055)); in TEST_F() local
596 void Thumb2Assembler::teq(Register rn, const ShifterOperand& so, Condition cond) { in teq() function in art::arm::Thumb2Assembler