Searched defs:Vcge (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.cpp | 2475 constexpr const char *Vcge = "vcge"; in vcgeqi() local 2487 constexpr const char *Vcge = "vcge"; in vcugeqi() local 2498 constexpr const char *Vcge = "vcge"; in vcgeqs() local 2511 constexpr const char *Vcge = "vcgt"; in vcgtqi() local 2523 constexpr const char *Vcge = "vcgt"; in vcugtqi() local 2534 constexpr const char *Vcge = "vcgt"; in vcgtqs() local
|
D | IceInstARM32.h | 432 Vcge, enumerator
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 5881 void Vcge(Condition cond, in Vcge() function 5895 void Vcge(DataType dt, DRegister rd, DRegister rm, const DOperand& operand) { in Vcge() function 5899 void Vcge(Condition cond, in Vcge() function 5913 void Vcge(DataType dt, QRegister rd, QRegister rm, const QOperand& operand) { in Vcge() function 5917 void Vcge( in Vcge() function 5928 void Vcge(DataType dt, DRegister rd, DRegister rn, DRegister rm) { in Vcge() function 5932 void Vcge( in Vcge() function 5943 void Vcge(DataType dt, QRegister rd, QRegister rn, QRegister rm) { in Vcge() function
|