Searched refs:OPC3 (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeSPARC_common.c | 131 #define SET_FLAGS OPC3(0x10) 161 #define OR (OPC1(0x2) | OPC3(0x02)) 567 /* u w s */ ARCH_32_64(OPC1(3) | OPC3(0x04) /* stw */, OPC1(3) | OPC3(0x0e) /* stx */), 568 /* u w l */ ARCH_32_64(OPC1(3) | OPC3(0x00) /* lduw */, OPC1(3) | OPC3(0x0b) /* ldx */), 576 /* s w s */ ARCH_32_64(OPC1(3) | OPC3(0x04) /* stw */, OPC1(3) | OPC3(0x0e) /* stx */), 577 /* s w l */ ARCH_32_64(OPC1(3) | OPC3(0x00) /* lduw */, OPC1(3) | OPC3(0x0b) /* ldx */), 583 /* s i l */ ARCH_32_64(OPC1(3) | OPC3(0x00) /* lduw */, OPC1(3) | OPC3(0x08) /* ldsw */), 585 /* d s */ OPC1(3) | OPC3(0x27), 586 /* d l */ OPC1(3) | OPC3(0x23), 587 /* s s */ OPC1(3) | OPC3(0x24), [all …]
|
Completed in 15 milliseconds