Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c843 #define ARCH_32_64(a, b) a macro
847 #define ARCH_32_64(a, b) b macro
858 /* w u i s */ ARCH_32_64(HI(36) /* stw */, HI(62) | INT_ALIGNED | 0x0 /* std */),
859 /* w u i l */ ARCH_32_64(HI(32) /* lwz */, HI(58) | INT_ALIGNED | 0x0 /* ld */),
861 /* w u x l */ ARCH_32_64(HI(31) | LO(23) /* lwzx */, HI(31) | LO(21) /* ldx */),
863 /* w s i s */ ARCH_32_64(HI(36) /* stw */, HI(62) | INT_ALIGNED | 0x0 /* std */),
864 /* w s i l */ ARCH_32_64(HI(32) /* lwz */, HI(58) | INT_ALIGNED | 0x0 /* ld */),
866 /* w s x l */ ARCH_32_64(HI(31) | LO(23) /* lwzx */, HI(31) | LO(21) /* ldx */),
900 /* i s i l */ ARCH_32_64(HI(32) /* lwz */, HI(58) | INT_ALIGNED | 0x2 /* lwa */),
965 /* i s i l */ ARCH_32_64(HI(33) /* lwzu */, 0 /* no such instruction */),
[all …]
H A DsljitNativeSPARC_common.c560 #define ARCH_32_64(a, b) a macro
562 #define ARCH_32_64(a, b) b macro
566 /* u w s */ ARCH_32_64(OPC1(3) | OPC3(0x04) /* stw */, OPC1(3) | OPC3(0x0e) /* stx */),
567 /* u w l */ ARCH_32_64(OPC1(3) | OPC3(0x00) /* lduw */, OPC1(3) | OPC3(0x0b) /* ldx */),
575 /* s w s */ ARCH_32_64(OPC1(3) | OPC3(0x04) /* stw */, OPC1(3) | OPC3(0x0e) /* stx */),
576 /* s w l */ ARCH_32_64(OPC1(3) | OPC3(0x00) /* lduw */, OPC1(3) | OPC3(0x0b) /* ldx */),
582 /* s i l */ ARCH_32_64(OPC1(3) | OPC3(0x00) /* lduw */, OPC1(3) | OPC3(0x08) /* ldsw */),
590 #undef ARCH_32_64
H A DsljitNativeMIPS_common.c879 #define ARCH_32_64(a, b) a macro
881 #define ARCH_32_64(a, b) b macro
885 /* u w s */ ARCH_32_64(HI(43) /* sw */, HI(63) /* sd */),
886 /* u w l */ ARCH_32_64(HI(35) /* lw */, HI(55) /* ld */),
892 /* u i l */ ARCH_32_64(HI(35) /* lw */, HI(39) /* lwu */),
894 /* s w s */ ARCH_32_64(HI(43) /* sw */, HI(63) /* sd */),
895 /* s w l */ ARCH_32_64(HI(35) /* lw */, HI(55) /* ld */),
909 #undef ARCH_32_64

Completed in 20 milliseconds