Home
last modified time | relevance | path

Searched refs:BlockTrampolinePoolFor (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/mips/
Dassembler-mips.cc1333 BlockTrampolinePoolFor(1); // For associated delay slot. in GenInstrJump()
1455 BlockTrampolinePoolFor(1); // For associated delay slot. in GenInstrMsaBranch()
1600 BlockTrampolinePoolFor(1); // For associated delay slot. in beq()
1607 BlockTrampolinePoolFor(1); // For associated delay slot. in bgez()
1641 BlockTrampolinePoolFor(1); // For associated delay slot. in bgezal()
1648 BlockTrampolinePoolFor(1); // For associated delay slot. in bgtz()
1663 BlockTrampolinePoolFor(1); // For associated delay slot. in blez()
1703 BlockTrampolinePoolFor(1); // For associated delay slot. in bltz()
1712 BlockTrampolinePoolFor(1); // For associated delay slot. in bltzal()
1719 BlockTrampolinePoolFor(1); // For associated delay slot. in bne()
[all …]
Dmacro-assembler-mips.h1178 BlockTrampolinePoolFor(case_count + kSwitchTablePrologueSize); in GenerateSwitchTable()
Dassembler-mips.h1744 void BlockTrampolinePoolFor(int instructions);
/external/v8/src/mips64/
Dassembler-mips64.cc1297 BlockTrampolinePoolFor(1); // For associated delay slot. in GenInstrJump()
1419 BlockTrampolinePoolFor(1); // For associated delay slot. in GenInstrMsaBranch()
1580 BlockTrampolinePoolFor(1); // For associated delay slot. in beq()
1587 BlockTrampolinePoolFor(1); // For associated delay slot. in bgez()
1621 BlockTrampolinePoolFor(1); // For associated delay slot. in bgezal()
1628 BlockTrampolinePoolFor(1); // For associated delay slot. in bgtz()
1643 BlockTrampolinePoolFor(1); // For associated delay slot. in blez()
1683 BlockTrampolinePoolFor(1); // For associated delay slot. in bltz()
1692 BlockTrampolinePoolFor(1); // For associated delay slot. in bltzal()
1699 BlockTrampolinePoolFor(1); // For associated delay slot. in bne()
[all …]
Dmacro-assembler-mips64.h1248 BlockTrampolinePoolFor(static_cast<int>(case_count) * 2 + in GenerateSwitchTable()
Dassembler-mips64.h1819 void BlockTrampolinePoolFor(int instructions);
/external/v8/src/ppc/
Dassembler-ppc.h1401 void BlockTrampolinePoolFor(int instructions);
Dassembler-ppc.cc2111 void Assembler::BlockTrampolinePoolFor(int instructions) { in BlockTrampolinePoolFor() function in v8::internal::Assembler