Home
last modified time | relevance | path

Searched refs:addiu_sp (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.h619 void addiu_sp(uint32_t StackOffset);
H A DIceTargetLoweringMIPS32.cpp1652 Sandboxer(this).addiu_sp(-TotalStackSizeBytes); in addProlog()
1800 Sandboxer(this).addiu_sp(TotalStackSizeBytes); in addEpilog()
3556 Sandboxer(this).addiu_sp(-MaxOutArgsSizeBytes); in lowerCall()
3572 Sandboxer(this).addiu_sp(MaxOutArgsSizeBytes); in lowerCall()
6130 void TargetMIPS32::Sandboxer::addiu_sp(uint32_t StackOffset) { in addiu_sp() function in Ice::MIPS32::TargetMIPS32::Sandboxer