Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp1277 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9 | B8; in emitVFPddd() local
1279 Opcode | VFPOpcode | (encodeCondition(Cond) << kConditionShift) | in emitVFPddd()
1301 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9; in emitVFPsss() local
1303 Opcode | VFPOpcode | (encodeCondition(Cond) << kConditionShift) | in emitVFPsss()
2586 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9; in emitVFPsd() local
2588 Opcode | VFPOpcode | (encodeCondition(Cond) << kConditionShift) | in emitVFPsd()
2770 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9; in emitVFPds() local
2772 Opcode | VFPOpcode | (encodeCondition(Cond) << kConditionShift) | in emitVFPds()