Searched refs:Vsub (Results 1 – 6 of 6) sorted by relevance
/third_party/vixl/examples/aarch32/ |
D | pi.cc | 79 __ Vsub(F64, d10, d10, d11); in GenerateApproximatePi() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInstARM32.h | 460 Vsub, enumerator 1043 using InstARM32Vsub = InstARM32ThreeAddrFP<InstARM32::Vsub>;
|
D | IceInstARM32.cpp | 3433 template class InstARM32ThreeAddrFP<InstARM32::Vsub>;
|
/third_party/vixl/test/aarch32/ |
D | test-simulator-cond-dt-drt-drd-drn-drm-float-f64-a32.cc | 117 M(Vsub)
|
D | test-simulator-cond-dt-drt-drd-drn-drm-float-f64-t32.cc | 117 M(Vsub)
|
/third_party/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 12441 void Vsub( in Assembler() function 12456 void Vsub(DataType dt, DRegister rd, DRegister rn, DRegister rm) { in Assembler() function 12457 Vsub(al, dt, rd, rn, rm); in Assembler() 12460 void Vsub( in Assembler() function 12475 void Vsub(DataType dt, QRegister rd, QRegister rn, QRegister rm) { in Assembler() function 12476 Vsub(al, dt, rd, rn, rm); in Assembler() 12479 void Vsub( in Assembler() function 12494 void Vsub(DataType dt, SRegister rd, SRegister rn, SRegister rm) { in Assembler() function 12495 Vsub(al, dt, rd, rn, rm); in Assembler() 13115 void Vsub(Condition cond, VRegister rd, VRegister rn, VRegister rm) { in Assembler() function [all …]
|