Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c132 #define SET_FLAGS OPC3(0x10)
164 #define OR (OPC1(0x2) | OPC3(0x02))
666 /* u w s */ ARCH_32_64(OPC1(3) | OPC3(0x04) /* stw */, OPC1(3) | OPC3(0x0e) /* stx */),
667 /* u w l */ ARCH_32_64(OPC1(3) | OPC3(0x00) /* lduw */, OPC1(3) | OPC3(0x0b) /* ldx */),
675 /* s w s */ ARCH_32_64(OPC1(3) | OPC3(0x04) /* stw */, OPC1(3) | OPC3(0x0e) /* stx */),
676 /* s w l */ ARCH_32_64(OPC1(3) | OPC3(0x00) /* lduw */, OPC1(3) | OPC3(0x0b) /* ldx */),
682 /* s i l */ ARCH_32_64(OPC1(3) | OPC3(0x00) /* lduw */, OPC1(3) | OPC3(0x08) /* ldsw */),
684 /* d s */ OPC1(3) | OPC3(0x27),
685 /* d l */ OPC1(3) | OPC3(0x23),
686 /* s s */ OPC1(3) | OPC3(0x24),
[all …]

Completed in 15 milliseconds