Home
last modified time | relevance | path

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

/external/vixl/examples/aarch32/
Dmandelbrot.cc165 __ Vbsl(Untyped32, kLowerFlags, kSpaces, kStars); in GenerateMandelBrot() local
/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h430 Vbsl, enumerator
1021 using InstARM32Vbsl = InstARM32ThreeAddrFP<InstARM32::Vbsl>;
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h5776 void Vbsl( in Vbsl() function
5787 void Vbsl(DataType dt, DRegister rd, DRegister rn, DRegister rm) { in Vbsl() function
5788 Vbsl(al, dt, rd, rn, rm); in Vbsl()
5790 void Vbsl(Condition cond, DRegister rd, DRegister rn, DRegister rm) { in Vbsl() function
5791 Vbsl(cond, kDataTypeValueNone, rd, rn, rm); in Vbsl()
5793 void Vbsl(DRegister rd, DRegister rn, DRegister rm) { in Vbsl() function
5794 Vbsl(al, kDataTypeValueNone, rd, rn, rm); in Vbsl()
5797 void Vbsl( in Vbsl() function
5808 void Vbsl(DataType dt, QRegister rd, QRegister rn, QRegister rm) { in Vbsl() function
5809 Vbsl(al, dt, rd, rn, rm); in Vbsl()
[all …]