Searched refs:STR_FI (Results 1 – 1 of 1) sorted by relevance
163 #define STR_FI 0x3d000000 macro1931 return push_inst(compiler, STR_FI | type | VT(reg) | RN(TMP_REG2)); in emit_fop_mem()1941 return push_inst(compiler, STR_FI | type | VT(reg) | RN(TMP_REG2) | ((sljit_ins)argw << 10)); in emit_fop_mem()1946 … return push_inst(compiler, STR_FI | type | VT(reg) | RN(arg) | ((sljit_ins)argw << (10 - shift))); in emit_fop_mem()1952 return push_inst(compiler, STR_FI | type | VT(reg) | RN(TMP_REG2) | ((sljit_ins)argw << 10)); in emit_fop_mem()
Completed in 15 milliseconds