Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp1275 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9 | B8; in emitVFPddd() local
1277 Opcode | VFPOpcode | (encodeCondition(Cond) << kConditionShift) | in emitVFPddd()
1299 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9; in emitVFPsss() local
1301 Opcode | VFPOpcode | (encodeCondition(Cond) << kConditionShift) | in emitVFPsss()
2584 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9; in emitVFPsd() local
2586 Opcode | VFPOpcode | (encodeCondition(Cond) << kConditionShift) | in emitVFPsd()
2768 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9; in emitVFPds() local
2770 Opcode | VFPOpcode | (encodeCondition(Cond) << kConditionShift) | in emitVFPds()