Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/tools/llvm-mca/ARM/
Dm7-int.s379 teq r0, #1 label
380 teq r0, r1 label
381 teq r0, r1, LSL #1 label
Dm4-int.s388 teq r0, #1 label
389 teq r0, r1 label
390 teq r0, r1, LSL #1 label
/external/llvm-project/llvm/test/MC/Mips/micromips/
Dvalid.s246 teq $8, $9 # CHECK: teq $8, $9 # encoding: [0x01,0x28,0x00,0x3c] label
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp1154 void AssemblerMIPS32::teq(const Operand *OpRs, const Operand *OpRt, in teq() function in Ice::MIPS32::AssemblerMIPS32
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc250 void Assembler::teq(Register rn, Operand o, Condition cond) { in teq() function in dart::Assembler
/external/vixl/src/aarch32/
Dassembler-aarch32.h3601 void teq(Register rn, const Operand& operand) { teq(al, rn, operand); } in teq() function
Dassembler-aarch32.cc12755 void Assembler::teq(Condition cond, Register rn, const Operand& operand) { in teq() function in vixl::aarch32::Assembler
Ddisasm-aarch32.cc3309 void Disassembler::teq(Condition cond, Register rn, const Operand& operand) { in teq() function in vixl::aarch32::Disassembler