Home | History | Annotate | Download | only in mips

Lines Matching refs:CREATE_OOL_CLASS

273 #define CREATE_OOL_CLASS(ool_name, masm_ool_name, T)                 \
287 CREATE_OOL_CLASS(OutOfLineFloat32Max, Float32MaxOutOfLine, FPURegister);
288 CREATE_OOL_CLASS(OutOfLineFloat32Min, Float32MinOutOfLine, FPURegister);
289 CREATE_OOL_CLASS(OutOfLineFloat64Max, Float64MaxOutOfLine, DoubleRegister);
290 CREATE_OOL_CLASS(OutOfLineFloat64Min, Float64MinOutOfLine, DoubleRegister);
292 #undef CREATE_OOL_CLASS