Searched refs:MFLO (Results 1 – 3 of 3) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeMIPS_64.c | 398 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op() 401 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op() 406 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst))); in emit_single_op()
|
H A D | sljitNativeMIPS_32.c | 306 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op() 311 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst))); in emit_single_op()
|
H A D | sljitNativeMIPS_common.c | 149 #define MFLO (HI(0) | LO(18)) macro 1054 FAIL_IF(push_inst(compiler, MFLO | D(SLJIT_R0), DR(SLJIT_R0))); in sljit_emit_op0() 1075 FAIL_IF(push_inst(compiler, MFLO | D(SLJIT_R0), DR(SLJIT_R0))); in sljit_emit_op0()
|
Completed in 17 milliseconds