Searched refs:Bc1eqz (Results 1 – 9 of 9) sorted by relevance
/art/compiler/utils/mips64/ |
D | assembler_mips64.h | 233 void Bc1eqz(FpuRegister ft, uint16_t imm16); 351 void Bc1eqz(FpuRegister ft, Mips64Label* label);
|
D | assembler_mips64_test.cc | 734 TEST_F(AssemblerMIPS64Test, Bc1eqz) { in TEST_F() argument 736 __ Bc1eqz(mips64::F0, &label); in TEST_F() local 746 __ Bc1eqz(mips64::F31, &label); in TEST_F() local
|
D | assembler_mips64.cc | 626 void Mips64Assembler::Bc1eqz(FpuRegister ft, uint16_t imm16) { in Bc1eqz() function in art::mips64::Mips64Assembler 689 Bc1eqz(static_cast<FpuRegister>(rs), imm16_21); in EmitBcondc() 1795 void Mips64Assembler::Bc1eqz(FpuRegister ft, Mips64Label* label) { in Bc1eqz() function in art::mips64::Mips64Assembler
|
/art/compiler/utils/mips/ |
D | assembler_mips.h | 242 void Bc1eqz(FRegister ft, uint16_t imm16); // R6 384 void Bc1eqz(FRegister ft, MipsLabel* label); // R6
|
D | assembler_mips.cc | 716 void MipsAssembler::Bc1eqz(FRegister ft, uint16_t imm16) { in Bc1eqz() function in art::mips::MipsAssembler 832 Bc1eqz(static_cast<FRegister>(rs), imm16_21); in EmitBcondR6() 2257 void MipsAssembler::Bc1eqz(FRegister ft, MipsLabel* label) { in Bc1eqz() function in art::mips::MipsAssembler
|
/art/compiler/optimizing/ |
D | intrinsics_mips64.cc | 479 __ Bc1eqz(FTMP, &noNaNs); in GenMinMaxFP() local 502 __ Bc1eqz(FTMP, &noNaNs); in GenMinMaxFP() local
|
D | intrinsics_mips.cc | 846 __ Bc1eqz(FTMP, &noNaNs); in GenMinMaxFP() local 869 __ Bc1eqz(FTMP, &noNaNs); in GenMinMaxFP() local
|
D | code_generator_mips64.cc | 2478 __ Bc1eqz(FTMP, label); in GenerateFpCompareAndBranch() local 2524 __ Bc1eqz(FTMP, label); in GenerateFpCompareAndBranch() local
|
D | code_generator_mips.cc | 3060 __ Bc1eqz(FTMP, label); in GenerateFpCompareAndBranch() local 3153 __ Bc1eqz(FTMP, label); in GenerateFpCompareAndBranch() local
|