Searched refs:MFLO (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeMIPS_64.c | 468 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op() 471 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op() 481 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() 385 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst))); in emit_single_op()
|
H A D | sljitNativeMIPS_common.c | 216 #define MFLO (HI(0) | LO(18)) macro 1253 FAIL_IF(push_inst(compiler, MFLO | D(SLJIT_R0), DR(SLJIT_R0))); in sljit_emit_op0() 1290 FAIL_IF(push_inst(compiler, MFLO | D(SLJIT_R0), DR(SLJIT_R0))); in sljit_emit_op0()
|
Completed in 24 milliseconds