Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x64/
H A DCodeGenerator-x64.cpp937 masm.unsignedCompareInt8x16(Assembler::Below, rhs, lhsDest, temp1, temp2); in visitWasmBinarySimd128()
940 masm.unsignedCompareInt8x16(Assembler::Above, rhs, lhsDest, temp1, temp2); in visitWasmBinarySimd128()
943 masm.unsignedCompareInt8x16(Assembler::BelowOrEqual, rhs, lhsDest, temp1, in visitWasmBinarySimd128()
947 masm.unsignedCompareInt8x16(Assembler::AboveOrEqual, rhs, lhsDest, temp1, in visitWasmBinarySimd128()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared-inl.h1800 void MacroAssembler::unsignedCompareInt8x16(Assembler::Condition cond, in unsignedCompareInt8x16() function
1805 MacroAssemblerX86Shared::unsignedCompareInt8x16(lhsDest, Operand(rhs), cond, in unsignedCompareInt8x16()
H A DMacroAssembler-x86-shared.h464 void unsignedCompareInt8x16(FloatRegister lhs, Operand rhs,
H A DMacroAssembler-x86-shared-SIMD.cpp929 void MacroAssemblerX86Shared::unsignedCompareInt8x16( in unsignedCompareInt8x16() function in MacroAssemblerX86Shared
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DMacroAssembler.h2300 inline void unsignedCompareInt8x16(Assembler::Condition cond,
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmBaselineCompile.cpp12809 masm.unsignedCompareInt8x16(cond, rs, rsd, temp1, temp2); in CmpUI8x16()