Searched defs:Bc1eqz (Results 1 – 8 of 8) sorted by relevance
/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 753 __ 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
|
D | assembler_mips.cc | 1008 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/ |
D | assembler_mips64_test.cc | 835 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
|
D | assembler_mips64.cc | 790 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/ |
D | intrinsics_mips64.cc | 565 __ Bc1eqz(FTMP, &noNaNs); in GenMinMaxFP() local 588 __ Bc1eqz(FTMP, &noNaNs); in GenMinMaxFP() local
|
D | intrinsics_mips.cc | 886 __ Bc1eqz(FTMP, &noNaNs); in GenMinMaxFP() local 909 __ Bc1eqz(FTMP, &noNaNs); in GenMinMaxFP() local
|
D | code_generator_mips64.cc | 3732 __ Bc1eqz(FTMP, label); in GenerateFpCompareAndBranch() local 3778 __ Bc1eqz(FTMP, label); in GenerateFpCompareAndBranch() local
|
D | code_generator_mips.cc | 4884 __ Bc1eqz(FTMP, label); in GenerateFpCompareAndBranch() local 4979 __ Bc1eqz(FTMP, label); in GenerateFpCompareAndBranch() local
|