Home
last modified time | relevance | path

Searched refs:Bc1t (Results 1 – 5 of 5) sorted by relevance

/art/compiler/utils/mips/
Dassembler_mips.h315 void Bc1t(uint16_t imm16); // R2
316 void Bc1t(int cc, uint16_t imm16); // R2
493 void Bc1t(MipsLabel* label); // R2
494 void Bc1t(int cc, MipsLabel* label); // R2
Dassembler_mips_test.cc2333 TEST_F(AssemblerMIPSTest, Bc1t) { in TEST_F() argument
2336 __ Bc1t(0, &label); in TEST_F() local
2346 __ Bc1t(7, &label); in TEST_F() local
2508 __ Bc1t(1, &label1); // cc1 dependency. in TEST_F() local
2654 __ Bc1t(1, &label1); in TEST_F() local
Dassembler_mips.cc833 void MipsAssembler::Bc1t(uint16_t imm16) { in Bc1t() function in art::mips::MipsAssembler
834 Bc1t(0, imm16); in Bc1t()
837 void MipsAssembler::Bc1t(int cc, uint16_t imm16) { in Bc1t() function in art::mips::MipsAssembler
1056 Bc1t(static_cast<int>(rs), imm16); in EmitBcondR2()
3137 void MipsAssembler::Bc1t(MipsLabel* label) { in Bc1t() function in art::mips::MipsAssembler
3138 Bc1t(0, label); in Bc1t()
3141 void MipsAssembler::Bc1t(int cc, MipsLabel* label) { in Bc1t() function in art::mips::MipsAssembler
/art/compiler/optimizing/
Dcode_generator_mips.cc3357 __ Bc1t(0, &done); in VisitCompare() local
3364 __ Bc1t(0, &done); in VisitCompare() local
3397 __ Bc1t(0, &done); in VisitCompare() local
3404 __ Bc1t(0, &done); in VisitCompare() local
4926 __ Bc1t(0, label); in GenerateFpCompareAndBranch() local
4938 __ Bc1t(0, label); in GenerateFpCompareAndBranch() local
4946 __ Bc1t(0, label); in GenerateFpCompareAndBranch() local
4954 __ Bc1t(0, label); in GenerateFpCompareAndBranch() local
4962 __ Bc1t(0, label); in GenerateFpCompareAndBranch() local
5021 __ Bc1t(0, label); in GenerateFpCompareAndBranch() local
[all …]
Dintrinsics_mips.cc2602 __ Bc1t(&done); in VisitMathRoundFloat() local