Searched refs:MFLO (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeMIPS_64.c | 466 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op() 469 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op() 474 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst))); in emit_single_op()
|
H A D | sljitNativeMIPS_32.c | 375 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op() 380 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst))); in emit_single_op()
|
H A D | sljitNativeMIPS_common.c | 144 #define MFLO (HI(0) | LO(18)) macro 1060 FAIL_IF(push_inst(compiler, MFLO | D(SLJIT_R0), DR(SLJIT_R0))); in sljit_emit_op0() 1081 FAIL_IF(push_inst(compiler, MFLO | D(SLJIT_R0), DR(SLJIT_R0))); in sljit_emit_op0()
|
Completed in 16 milliseconds