Searched defs:Vcge (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.cpp | 2478 constexpr const char *Vcge = "vcge"; in vcgeqi() local 2490 constexpr const char *Vcge = "vcge"; in vcugeqi() local 2501 constexpr const char *Vcge = "vcge"; in vcgeqs() local 2514 constexpr const char *Vcge = "vcgt"; in vcgtqi() local 2526 constexpr const char *Vcge = "vcgt"; in vcugtqi() local 2537 constexpr const char *Vcge = "vcgt"; in vcgtqs() local
|
D | IceInstARM32.h | 432 Vcge, enumerator
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 5884 void Vcge(Condition cond, in Vcge() function 5898 void Vcge(DataType dt, DRegister rd, DRegister rm, const DOperand& operand) { in Vcge() function 5902 void Vcge(Condition cond, in Vcge() function 5916 void Vcge(DataType dt, QRegister rd, QRegister rm, const QOperand& operand) { in Vcge() function 5920 void Vcge( in Vcge() function 5931 void Vcge(DataType dt, DRegister rd, DRegister rn, DRegister rm) { in Vcge() function 5935 void Vcge( in Vcge() function 5946 void Vcge(DataType dt, QRegister rd, QRegister rn, QRegister rm) { in Vcge() function
|