Home
last modified time | relevance | path

Searched refs:OutOfLineSimdFloatToIntCheck (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x86-shared/
H A DCodeGenerator-x86-shared.h56 class OutOfLineSimdFloatToIntCheck
64 OutOfLineSimdFloatToIntCheck(Register temp, FloatRegister input, in OutOfLineSimdFloatToIntCheck() function
336 void visitOutOfLineSimdFloatToIntCheck(OutOfLineSimdFloatToIntCheck* ool);
H A DCodeGenerator-x86-shared.cpp2277 OutOfLineSimdFloatToIntCheck(temp, in, ins, ins->mir()->bytecodeOffset()); in visitFloat32x4ToInt32x4()
2296 OutOfLineSimdFloatToIntCheck* ool) { in visitOutOfLineSimdFloatToIntCheck()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x86-shared/
H A DCodeGenerator-x86-shared.h74 class OutOfLineSimdFloatToIntCheck : public OutOfLineCodeBase<CodeGeneratorX86Shared>
81 OutOfLineSimdFloatToIntCheck(Register temp, FloatRegister input, LInstruction *ins) in OutOfLineSimdFloatToIntCheck() function
294 void visitOutOfLineSimdFloatToIntCheck(OutOfLineSimdFloatToIntCheck* ool);
H A DCodeGenerator-x86-shared.cpp2258 OutOfLineSimdFloatToIntCheck *ool = new(alloc()) OutOfLineSimdFloatToIntCheck(temp, in, ins); in visitFloat32x4ToInt32x4()
2276 CodeGeneratorX86Shared::visitOutOfLineSimdFloatToIntCheck(OutOfLineSimdFloatToIntCheck *ool) in visitOutOfLineSimdFloatToIntCheck()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86-shared/
H A DCodeGenerator-x86-shared.h55 class OutOfLineSimdFloatToIntCheck : public OutOfLineCodeBase<CodeGeneratorX86Shared>
63 OutOfLineSimdFloatToIntCheck(Register temp, FloatRegister input, LInstruction *ins, in OutOfLineSimdFloatToIntCheck() function
320 void visitOutOfLineSimdFloatToIntCheck(OutOfLineSimdFloatToIntCheck* ool);
H A DCodeGenerator-x86-shared.cpp2462 auto* ool = new(alloc()) OutOfLineSimdFloatToIntCheck(temp, in, ins, ins->mir()->trapOffset()); in visitFloat32x4ToInt32x4()
2480 CodeGeneratorX86Shared::visitOutOfLineSimdFloatToIntCheck(OutOfLineSimdFloatToIntCheck *ool) in visitOutOfLineSimdFloatToIntCheck()