Searched refs:OPC3 (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeSPARC_common.c | 131 #define SET_FLAGS OPC3(0x10) 161 #define OR (OPC1(0x2) | OPC3(0x02)) 533 /* u w s */ ARCH_32_64(OPC1(3) | OPC3(0x04) /* stw */, OPC1(3) | OPC3(0x0e) /* stx */), 534 /* u w l */ ARCH_32_64(OPC1(3) | OPC3(0x00) /* lduw */, OPC1(3) | OPC3(0x0b) /* ldx */), 542 /* s w s */ ARCH_32_64(OPC1(3) | OPC3(0x04) /* stw */, OPC1(3) | OPC3(0x0e) /* stx */), 543 /* s w l */ ARCH_32_64(OPC1(3) | OPC3(0x00) /* lduw */, OPC1(3) | OPC3(0x0b) /* ldx */), 549 /* s i l */ ARCH_32_64(OPC1(3) | OPC3(0x00) /* lduw */, OPC1(3) | OPC3(0x08) /* ldsw */), 551 /* d s */ OPC1(3) | OPC3(0x27), 552 /* d l */ OPC1(3) | OPC3(0x23), 553 /* s s */ OPC1(3) | OPC3(0x24), [all …]
|
Completed in 9 milliseconds