Home
last modified time | relevance | path

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

/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc753 __ Bc1eqz(mips::F10, &label); // F10 dependency. in TEST_F() local
778 __ Bc1eqz(mips::F4, &label); in TEST_F() local
808 __ Bc1eqz(mips::F0, &label3); in TEST_F() local
813 __ Bc1eqz(mips::F0, &label4); in TEST_F() local
852 __ Bc1eqz(mips::F0, &label); in TEST_F() local
Dassembler_mips.cc1008 void MipsAssembler::Bc1eqz(FRegister ft, uint16_t imm16) { in Bc1eqz() function in art::mips::MipsAssembler
3146 void MipsAssembler::Bc1eqz(FRegister ft, MipsLabel* label) { in Bc1eqz() function in art::mips::MipsAssembler
/art/compiler/utils/mips64/
Dassembler_mips64_test.cc835 TEST_F(AssemblerMIPS64Test, Bc1eqz) { in TEST_F() argument
837 __ Bc1eqz(mips64::F0, &label); in TEST_F() local
847 __ Bc1eqz(mips64::F31, &label); in TEST_F() local
Dassembler_mips64.cc790 void Mips64Assembler::Bc1eqz(FpuRegister ft, uint16_t imm16) { in Bc1eqz() function in art::mips64::Mips64Assembler
2612 void Mips64Assembler::Bc1eqz(FpuRegister ft, Mips64Label* label) { in Bc1eqz() function in art::mips64::Mips64Assembler
/art/compiler/optimizing/
Dintrinsics_mips64.cc565 __ Bc1eqz(FTMP, &noNaNs); in GenMinMaxFP() local
588 __ Bc1eqz(FTMP, &noNaNs); in GenMinMaxFP() local
Dintrinsics_mips.cc886 __ Bc1eqz(FTMP, &noNaNs); in GenMinMaxFP() local
909 __ Bc1eqz(FTMP, &noNaNs); in GenMinMaxFP() local
Dcode_generator_mips64.cc3732 __ Bc1eqz(FTMP, label); in GenerateFpCompareAndBranch() local
3778 __ Bc1eqz(FTMP, label); in GenerateFpCompareAndBranch() local
Dcode_generator_mips.cc4884 __ Bc1eqz(FTMP, label); in GenerateFpCompareAndBranch() local
4979 __ Bc1eqz(FTMP, label); in GenerateFpCompareAndBranch() local