Home
last modified time | relevance | path

Searched refs:stype (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/mips/
Dassembler_mips.h278 void Sync(uint32_t stype);
Dassembler_mips.cc709 void MipsAssembler::Sync(uint32_t stype) { in Sync() argument
710 DsFsmInstrNop(EmitR(0, ZERO, ZERO, ZERO, stype & 0x1f, 0xf)); in Sync()
/art/compiler/utils/mips64/
Dassembler_mips64.cc620 void Mips64Assembler::Sync(uint32_t stype) { in Sync() argument
622 static_cast<GpuRegister>(0), stype & 0x1f, 0xf); in Sync()
Dassembler_mips64.h522 void Sync(uint32_t stype);