Searched refs:IsFP32 (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/pydir/
H A Dgen_arm32_reg_tables.py20 IsFP32=0, IsFP64=0, IsVec128=0, Aliases=None):
24 assert not (IsFP32 and IsFP64)
25 assert not (IsFP32 and IsVec128)
27 assert not ((IsGPR) and (IsFP32 or IsFP64 or IsVec128))
54 'IsFP32', 'IsFP64', 'IsVec128'))
110 Reg( 's0', 0, IsScratch=1, CCArg=1, IsFP32=1, Aliases= 's0, d0 , q0'),
111 Reg( 's1', 1, IsScratch=1, CCArg=2, IsFP32=1, Aliases= 's1, d0 , q0'),
112 Reg( 's2', 2, IsScratch=1, CCArg=3, IsFP32=1, Aliases= 's2, d1 , q0'),
113 Reg( 's3', 3, IsScratch=1, CCArg=4, IsFP32=1, Aliases= 's3, d1 , q0'),
114 Reg( 's4', 4, IsScratch=1, CCArg=5, IsFP32
[all...]
/external/swiftshader/third_party/subzero/src/
H A DIceRegistersARM32.h96 unsigned IsFP32 : 1; member in struct:Ice::ARM32::RegARM32::RegTableType
162 return RegTable[RegNum].IsFP32;
H A DIceTargetLoweringARM32.cpp326 Float32Registers[i] = Entry.IsFP32;
346 } else if (Entry.IsFP32) {

Completed in 184 milliseconds