Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc4245 void CompareGreater(Simulator* simulator, int Vd, int Vm, int Vn, bool ge) { in CompareGreater() function
5137 CompareGreater<int8_t, kSimd128Size>(this, Vd, Vm, Vn, ge); in DecodeAdvancedSIMDDataProcessing()
5140 CompareGreater<int16_t, kSimd128Size>(this, Vd, Vm, Vn, ge); in DecodeAdvancedSIMDDataProcessing()
5143 CompareGreater<int32_t, kSimd128Size>(this, Vd, Vm, Vn, ge); in DecodeAdvancedSIMDDataProcessing()
5398 CompareGreater<uint8_t, kSimd128Size>(this, Vd, Vm, Vn, ge); in DecodeAdvancedSIMDDataProcessing()
5401 CompareGreater<uint16_t, kSimd128Size>(this, Vd, Vm, Vn, ge); in DecodeAdvancedSIMDDataProcessing()
5404 CompareGreater<uint32_t, kSimd128Size>(this, Vd, Vm, Vn, ge); in DecodeAdvancedSIMDDataProcessing()