Home
last modified time | relevance | path

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

/external/v8/src/compiler/mips/
Dcode-generator-mips.cc273 #define CREATE_OOL_CLASS(ool_name, masm_ool_name, T) \ macro
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
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc273 #define CREATE_OOL_CLASS(ool_name, masm_ool_name, T) \ macro
287 CREATE_OOL_CLASS(OutOfLineFloat32Max, Float32MaxOutOfLine, FPURegister);
288 CREATE_OOL_CLASS(OutOfLineFloat32Min, Float32MinOutOfLine, FPURegister);
289 CREATE_OOL_CLASS(OutOfLineFloat64Max, Float64MaxOutOfLine, FPURegister);
290 CREATE_OOL_CLASS(OutOfLineFloat64Min, Float64MinOutOfLine, FPURegister);
292 #undef CREATE_OOL_CLASS