Home
last modified time | relevance | path

Searched defs:Bc1nez (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc1130 TEST_F(AssemblerMIPS32r6Test, Bc1nez) { in TEST_F() argument
1452 __ Bc1nez(mips::F0, &label); // F0 dependency. in TEST_F() local
1477 __ Bc1nez(mips::F2, &label); in TEST_F() local
1500 __ Bc1nez(mips::F0, &label1); in TEST_F() local
1505 __ Bc1nez(mips::F0, &label2); in TEST_F() local
1551 __ Bc1nez(mips::F2, &label2); in TEST_F() local
1595 __ Bc1nez(mips::F0, &label); in TEST_F() local
/art/compiler/utils/mips64/
Dassembler_mips64.cc825 void Mips64Assembler::Bc1nez(FpuRegister ft, uint16_t imm16) { in Bc1nez() function in art::mips64::Mips64Assembler
3312 void Mips64Assembler::Bc1nez(FpuRegister ft, Mips64Label* label, bool is_bare) { in Bc1nez() function in art::mips64::Mips64Assembler