Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc812 ASSERT((am == IA) || (am == IA_W) || (am == DB_W)); in vldms()
819 ASSERT((am == IA) || (am == IA_W) || (am == DB_W)); in vstms()
826 ASSERT((am == IA) || (am == IA_W) || (am == DB_W)); in vldmd()
834 ASSERT((am == IA) || (am == IA_W) || (am == DB_W)); in vstmd()
2428 stm(DB_W, SP, regs, cond);
3093 vstmd(DB_W, SP, mid, lastv - mid + 1); in EnterCallRuntimeFrame()
3094 vstmd(DB_W, SP, firstv, 16); in EnterCallRuntimeFrame()
3096 vstmd(DB_W, SP, firstv, lastv - firstv + 1); in EnterCallRuntimeFrame()
Dassembler_arm.h239 DB_W = (8|0|1) << 21, // decrement before with writeback to base enumerator
/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.h701 DB_W = (8 | 0 | 1) << 21, // decrement before with writeback to base enumerator
DIceAssemblerARM32.cpp2063 emitMultiMemOp(Cond, DB_W, IsLoad, RegARM32::Encoded_Reg_sp, Registers); in pushList()