Lines Matching refs:Riscv64Label
36 Riscv64Label,
43 AssemblerTest<Riscv64Assembler, Riscv64Label, XRegister, FRegister, int32_t, VRegister>;
203 std::vector<Riscv64Label> GetAddresses() override { in GetAddresses()
527 std::string EmitBcondForAllConditions(Riscv64Label* label, in EmitBcondForAllConditions()
578 Riscv64Label label; in TestBcondForward()
595 Riscv64Label label; in TestBcondBackward()
620 void (Riscv64Assembler::*f)(XRegister, XRegister, Riscv64Label*, bool), in TestBcondA0RegForward() argument
627 Riscv64Label label; in TestBcondA0RegForward()
640 void (Riscv64Assembler::*f)(XRegister, XRegister, Riscv64Label*, bool), in TestBcondA0RegBackward() argument
647 Riscv64Label label; in TestBcondA0RegBackward()
668 std::vector<Riscv64Label> labels(kNumBeqs); in TestBeqA0A1MaybeCascade()
708 Riscv64Label label; in TestJalRdForward()
726 Riscv64Label label; in TestJalRdBackward()
738 return [=](Riscv64Label* label) { __ J(label, is_bare); }; in GetEmitJ()
742 return [=](Riscv64Label* label) { __ Jal(label); }; in GetEmitJal()
780 Riscv64Label label; in TestBuncondForward()
796 Riscv64Label label; in TestBuncondBackward()
8818 Riscv64Label label; in TEST_F()
8833 Riscv64Label label; in TEST_F()
9135 Riscv64Label label; in TEST_F()
9169 Riscv64Label targets[4]; in TEST_F()
9171 JumpTable* jump_table = __ CreateJumpTable(ArenaVector<Riscv64Label*>( in TEST_F()