Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c922 #define ARCH_32_64(a, b) a macro
926 #define ARCH_32_64(a, b) b macro
937 /* w u i s */ ARCH_32_64(HI(36) /* stw */, HI(62) | INT_ALIGNED | 0x0 /* std */),
938 /* w u i l */ ARCH_32_64(HI(32) /* lwz */, HI(58) | INT_ALIGNED | 0x0 /* ld */),
940 /* w u x l */ ARCH_32_64(HI(31) | LO(23) /* lwzx */, HI(31) | LO(21) /* ldx */),
942 /* w s i s */ ARCH_32_64(HI(36) /* stw */, HI(62) | INT_ALIGNED | 0x0 /* std */),
943 /* w s i l */ ARCH_32_64(HI(32) /* lwz */, HI(58) | INT_ALIGNED | 0x0 /* ld */),
945 /* w s x l */ ARCH_32_64(HI(31) | LO(23) /* lwzx */, HI(31) | LO(21) /* ldx */),
979 /* i s i l */ ARCH_32_64(HI(32) /* lwz */, HI(58) | INT_ALIGNED | 0x2 /* lwa */),
1044 /* i s i l */ ARCH_32_64(HI(33) /* lwzu */, 0 /* no such instruction */),
[all …]
H A DsljitNativeSPARC_common.c660 #define ARCH_32_64(a, b) a macro
662 #define ARCH_32_64(a, b) b macro
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 */),
690 #undef ARCH_32_64
H A DsljitNativeMIPS_common.c1087 #define ARCH_32_64(a, b) a macro
1089 #define ARCH_32_64(a, b) b macro
1093 /* u w s */ ARCH_32_64(HI(43) /* sw */, HI(63) /* sd */),
1094 /* u w l */ ARCH_32_64(HI(35) /* lw */, HI(55) /* ld */),
1100 /* u i l */ ARCH_32_64(HI(35) /* lw */, HI(39) /* lwu */),
1102 /* s w s */ ARCH_32_64(HI(43) /* sw */, HI(63) /* sd */),
1103 /* s w l */ ARCH_32_64(HI(35) /* lw */, HI(55) /* ld */),
1117 #undef ARCH_32_64

Completed in 23 milliseconds