Home
last modified time | relevance | path

Searched defs:teq (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test.cc250 __ teq(R0, ShifterOperand(R1)); in TEST_F() local
384 __ teq(R0, ShifterOperand(0x55)); in TEST_F() local
415 __ teq(R0, ShifterOperand(0x550055)); in TEST_F() local
/art/compiler/utils/arm/
Dassembler_arm32.cc117 void Arm32Assembler::teq(Register rn, const ShifterOperand& so, Condition cond) { in teq() function in art::arm::Arm32Assembler
Dassembler_thumb2.cc596 void Thumb2Assembler::teq(Register rn, const ShifterOperand& so, Condition cond) { in teq() function in art::arm::Thumb2Assembler