Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp1255 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9 | B8; in emitVFPddd() local
1257 Opcode | VFPOpcode | (encodeCondition(Cond) << kConditionShift) | in emitVFPddd()
1279 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9; in emitVFPsss() local
1281 Opcode | VFPOpcode | (encodeCondition(Cond) << kConditionShift) | in emitVFPsss()
2564 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9; in emitVFPsd() local
2566 Opcode | VFPOpcode | (encodeCondition(Cond) << kConditionShift) | in emitVFPsd()
2748 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9; in emitVFPds() local
2750 Opcode | VFPOpcode | (encodeCondition(Cond) << kConditionShift) | in emitVFPds()