Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp1274 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9 | B8; in emitVFPddd() local
1276 Opcode | VFPOpcode | (encodeCondition(Cond) << kConditionShift) | in emitVFPddd()
1298 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9; in emitVFPsss() local
1300 Opcode | VFPOpcode | (encodeCondition(Cond) << kConditionShift) | in emitVFPsss()
2583 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9; in emitVFPsd() local
2585 Opcode | VFPOpcode | (encodeCondition(Cond) << kConditionShift) | in emitVFPsd()
2767 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9; in emitVFPds() local
2769 Opcode | VFPOpcode | (encodeCondition(Cond) << kConditionShift) | in emitVFPds()