Home
last modified time | relevance | path

Searched refs:RC_MAY_BE_1 (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc1426 || if (((op_info) & MAY_BE_GUARD) || RC_MAY_BE_1(op_info)) {
1471 || if (RC_MAY_BE_1(op_info)) {
1483 || if (RC_MAY_BE_1(op_info)) {
1500 || if (RC_MAY_BE_1(op_info)) {
6338 if (RC_MAY_BE_1(var_info)) {
11321 if (RC_MAY_BE_1(op1_info)) {
11337 if (!RC_MAY_BE_1(op1_info)) {
11398 if (RC_MAY_BE_1(op1_info)) {
11414 if (!RC_MAY_BE_1(op1_info)) {
11832 if (RC_MAY_BE_1(op1_info)) {
H A Dzend_jit.c56 # define RC_MAY_BE_1(info) (((info) & (MAY_BE_RC1|MAY_BE_REF)) != 0) macro
60 # define RC_MAY_BE_1(info) 1 macro

Completed in 39 milliseconds