Searched defs:Vcmp (Results  1 – 3 of 3) sorted by relevance
| /external/vixl/test/aarch32/ | 
| D | test-assembler-aarch32.cc | 2817   __ Vcmp(F32, s0, s1);  in TEST()  local2820   __ Vcmp(F32, s0, 0.0f);  in TEST()  local
 2823   __ Vcmp(F32, s2, 0.0f);  in TEST()  local
 2848   __ Vcmp(F64, d0, d1);  in TEST()  local
 2851   __ Vcmp(F64, d0, 0.0);  in TEST()  local
 2854   __ Vcmp(F64, d2, 0.0);  in TEST()  local
 3766               __ Vcmp(s0, s1);  in NearBranchAndLiteralFuzzHelper()  local
 
 | 
| /external/swiftshader/third_party/subzero/src/ | 
| D | IceInstARM32.h | 433     Vcmp,  enumerator
 | 
| /external/vixl/src/aarch32/ | 
| D | macro-assembler-aarch32.h | 6207   void Vcmp(Condition cond,  in Vcmp()  function6219   void Vcmp(DataType dt, SRegister rd, const SOperand& operand) {  in Vcmp()  function
 6223   void Vcmp(Condition cond,  in Vcmp()  function
 6235   void Vcmp(DataType dt, DRegister rd, const DOperand& operand) {  in Vcmp()  function
 10523   void Vcmp(Condition cond, VRegister rd, VRegister rm) {  in Vcmp()  function
 10532   void Vcmp(VRegister rd, VRegister rm) { Vcmp(al, rd, rm); }  in Vcmp()  function
 
 |