Lines Matching refs:V0
106 registers_.push_back(new mips::Register(mips::V0)); in SetUpHelpers()
139 secondary_register_names_.emplace(mips::Register(mips::V0), "v0"); in SetUpHelpers()
1553 __ Lw(mips::V0, mips::A0, 0x5678, &patcher_label1); in TEST_F()
1560 __ Sw(mips::V0, mips::A0, 0x5678, &patcher_label2); in TEST_F()
1567 __ Addiu(mips::V0, mips::A0, 0x5678, &patcher_label3); in TEST_F()
1569 __ Lw(mips::V0, mips::A0, 0x5678, &patcher_label4); in TEST_F()
1571 __ Sw(mips::V0, mips::A0, 0x5678, &patcher_label5); in TEST_F()
1572 __ Bltc(mips::V0, mips::V1, &label2); in TEST_F()
1654 __ LoadLabelAddress(mips::V0, mips::ZERO, &label); in TEST_F()
1670 __ LoadLabelAddress(mips::V0, mips::ZERO, &label); in TEST_F()
1688 __ LoadLiteral(mips::V0, mips::ZERO, literal); in TEST_F()
1704 __ LoadLiteral(mips::V0, mips::ZERO, literal); in TEST_F()