Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc231 DataType::Type stype = HVecOperation::ToSignedType(type); in IsNarrowerOperands() local
232 if (IsSignExtensionAndGet(a, stype, r) && IsSignExtensionAndGet(b, stype, s)) { in IsNarrowerOperands()
251 DataType::Type stype = HVecOperation::ToSignedType(type); in IsNarrowerOperand() local
252 if (IsSignExtensionAndGet(a, stype, r)) { in IsNarrowerOperand()
/art/compiler/utils/mips64/
Dassembler_mips64.cc651 void Mips64Assembler::Sync(uint32_t stype) { in Sync() argument
653 static_cast<GpuRegister>(0), stype & 0x1f, 0xf); in Sync()
Dassembler_mips64.h530 void Sync(uint32_t stype);
/art/compiler/utils/mips/
Dassembler_mips.h368 void Sync(uint32_t stype);