Home
last modified time | relevance | path

Searched refs:MIPS (Results 1 – 6 of 6) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/executors/
DArchitecture.java27 MIPS("mips"), enumConstant
DMipsOptimizingBackendExecutor.java24 super("MIPS Optimizing Backend", 5, listener, Architecture.MIPS, device, true); in MipsOptimizingBackendExecutor()
DMipsQuickBackendExecutor.java24 super("MIPS Quick Backend", 5, listener, Architecture.MIPS, device, true); in MipsQuickBackendExecutor()
DMipsInterpreterExecutor.java24 super("MIPS Interpreter", 30, listener, Architecture.MIPS, device, false); in MipsInterpreterExecutor()
/art/compiler/dex/quick/mips/
DREADME.mips27 the larger number of MIPS core and float registers render this too small.
35 kHeapRef & kMustNotAlias) to positions occuped by MIPS registers that
53 Code expansion for the MIPS target is significantly higher than we see
/art/runtime/arch/
Darch_test.cc136 TEST_F(ArchTest, MIPS) { in TEST_F() argument