Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c754 #define ARCH_32_64(a, b) a macro
758 #define ARCH_32_64(a, b) b macro
769 /* u w n i s */ ARCH_32_64(HI(36) /* stw */, HI(62) | INT_ALIGNED | 0x0 /* std */),
770 /* u w n i l */ ARCH_32_64(HI(32) /* lwz */, HI(58) | INT_ALIGNED | 0x0 /* ld */),
772 /* u w n x l */ ARCH_32_64(HI(31) | LO(23) /* lwzx */, HI(31) | LO(21) /* ldx */),
775 /* u w w i l */ ARCH_32_64(HI(33) /* lwzu */, HI(58) | INT_ALIGNED | 0x1 /* ldu */),
819 /* s w n i s */ ARCH_32_64(HI(36) /* stw */, HI(62) | INT_ALIGNED | 0x0 /* std */),
820 /* s w n i l */ ARCH_32_64(HI(32) /* lwz */, HI(58) | INT_ALIGNED | 0x0 /* ld */),
822 /* s w n x l */ ARCH_32_64(HI(31) | LO(23) /* lwzx */, HI(31) | LO(21) /* ldx */),
856 /* s i n i l */ ARCH_32_64(HI(32) /* lwz */, HI(58) | INT_ALIGNED | 0x2 /* lwa */),
[all …]
H A DsljitNativeSPARC_common.c512 #define ARCH_32_64(a, b) a macro
514 #define ARCH_32_64(a, b) b macro
518 /* u w s */ ARCH_32_64(OPC1(3) | OPC3(0x04) /* stw */, OPC1(3) | OPC3(0x0e) /* stx */),
519 /* u w l */ ARCH_32_64(OPC1(3) | OPC3(0x00) /* lduw */, OPC1(3) | OPC3(0x0b) /* ldx */),
527 /* s w s */ ARCH_32_64(OPC1(3) | OPC3(0x04) /* stw */, OPC1(3) | OPC3(0x0e) /* stx */),
528 /* s w l */ ARCH_32_64(OPC1(3) | OPC3(0x00) /* lduw */, OPC1(3) | OPC3(0x0b) /* ldx */),
534 /* s i l */ ARCH_32_64(OPC1(3) | OPC3(0x00) /* lduw */, OPC1(3) | OPC3(0x08) /* ldsw */),
542 #undef ARCH_32_64
H A DsljitNativeMIPS_common.c697 #define ARCH_32_64(a, b) a macro
699 #define ARCH_32_64(a, b) b macro
703 /* u w s */ ARCH_32_64(HI(43) /* sw */, HI(63) /* sd */),
704 /* u w l */ ARCH_32_64(HI(35) /* lw */, HI(55) /* ld */),
710 /* u i l */ ARCH_32_64(HI(35) /* lw */, HI(39) /* lwu */),
712 /* s w s */ ARCH_32_64(HI(43) /* sw */, HI(63) /* sd */),
713 /* s w l */ ARCH_32_64(HI(35) /* lw */, HI(55) /* ld */),
727 #undef ARCH_32_64

Completed in 25 milliseconds