Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp2478 constexpr const char *Vcge = "vcge"; in vcgeqi() local
2480 emitSIMDqqq(VcgeOpcode, ElmtTy, OpQd, OpQm, OpQn, Vcge); in vcgeqi()
2490 constexpr const char *Vcge = "vcge"; in vcugeqi() local
2492 emitSIMDqqq(VcgeOpcode, ElmtTy, OpQd, OpQm, OpQn, Vcge); in vcugeqi()
2501 constexpr const char *Vcge = "vcge"; in vcgeqs() local
2504 emitSIMDqqq(VcgeOpcode, ElmtTy, OpQd, OpQm, OpQn, Vcge); in vcgeqs()
2514 constexpr const char *Vcge = "vcgt"; in vcgtqi() local
2516 emitSIMDqqq(VcgeOpcode, ElmtTy, OpQd, OpQm, OpQn, Vcge); in vcgtqi()
2526 constexpr const char *Vcge = "vcgt"; in vcugtqi() local
2528 emitSIMDqqq(VcgeOpcode, ElmtTy, OpQd, OpQm, OpQn, Vcge); in vcugtqi()
[all …]
DIceInstARM32.h432 Vcge, enumerator
832 return K == InstARM32::Vceq || K == InstARM32::Vcgt || K == InstARM32::Vcge; in isVectorCompare()
1023 using InstARM32Vcge = InstARM32ThreeAddrSignAwareFP<InstARM32::Vcge>;
DIceInstARM32.cpp1856 template <> const char *InstARM32ThreeAddrFP<InstARM32::Vcge>::Opcode = "vcge";
3504 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vcge>;
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h5884 void Vcge(Condition cond, in Vcge() function
5898 void Vcge(DataType dt, DRegister rd, DRegister rm, const DOperand& operand) { in Vcge() function
5899 Vcge(al, dt, rd, rm, operand); in Vcge()
5902 void Vcge(Condition cond, in Vcge() function
5916 void Vcge(DataType dt, QRegister rd, QRegister rm, const QOperand& operand) { in Vcge() function
5917 Vcge(al, dt, rd, rm, operand); in Vcge()
5920 void Vcge( in Vcge() function
5931 void Vcge(DataType dt, DRegister rd, DRegister rn, DRegister rm) { in Vcge() function
5932 Vcge(al, dt, rd, rn, rm); in Vcge()
5935 void Vcge( in Vcge() function
[all …]