Home | History | Annotate | Download | only in aarch32

Lines Matching defs:teq

3300 void Disassembler::teq(Condition cond, Register rn, const Operand& operand) {
8692 // TEQ{<c>}{<q>} <Rn>, #<const> ; T1
8693 teq(CurrentCond(), Register(rn), imm);
19280 // TEQ{<c>}{<q>} <Rn>, <Rm>, RRX ; T1
19281 teq(CurrentCond(),
19300 // TEQ{<c>}{<q>} <Rn>, <Rm> {, <shift> #<amount> } ; T1 NOLINT(whitespace/line_length)
19301 teq(CurrentCond(),
59446 // TEQ{<c>}{<q>} <Rn>, <Rm>, RRX ; A1
59447 teq(condition, Register(rn), Operand(Register(rm), RRX));
59464 // TEQ{<c>}{<q>} <Rn>, <Rm> {, <shift> #<amount> } ; A1
59465 teq(condition,
59950 // TEQ{<c>}{<q>} <Rn>, <Rm>, <shift> <Rs> ; A1
59951 teq(condition,
61974 // TEQ{<c>}{<q>} <Rn>, #<const> ; A1
61975 teq(condition, Register(rn), imm);