Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c716 #define ARCH_32_64(a, b) a macro
720 #define ARCH_32_64(a, b) b macro
731 /* u w n i s */ ARCH_32_64(HI(36) /* stw */, HI(62) | INT_ALIGNED | 0x0 /* std */),
732 /* u w n i l */ ARCH_32_64(HI(32) /* lwz */, HI(58) | INT_ALIGNED | 0x0 /* ld */),
734 /* u w n x l */ ARCH_32_64(HI(31) | LO(23) /* lwzx */, HI(31) | LO(21) /* ldx */),
737 /* u w w i l */ ARCH_32_64(HI(33) /* lwzu */, HI(58) | INT_ALIGNED | 0x1 /* ldu */),
781 /* s w n i s */ ARCH_32_64(HI(36) /* stw */, HI(62) | INT_ALIGNED | 0x0 /* std */),
782 /* s w n i l */ ARCH_32_64(HI(32) /* lwz */, HI(58) | INT_ALIGNED | 0x0 /* ld */),
784 /* s w n x l */ ARCH_32_64(HI(31) | LO(23) /* lwzx */, HI(31) | LO(21) /* ldx */),
818 /* s i n i l */ ARCH_32_64(HI(32) /* lwz */, HI(58) | INT_ALIGNED | 0x2 /* lwa */),
[all …]
H A DsljitNativeSPARC_common.c476 #define ARCH_32_64(a, b) a macro
478 #define ARCH_32_64(a, b) b macro
482 /* u w s */ ARCH_32_64(OPC1(3) | OPC3(0x04) /* stw */, OPC1(3) | OPC3(0x0e) /* stx */),
483 /* u w l */ ARCH_32_64(OPC1(3) | OPC3(0x00) /* lduw */, OPC1(3) | OPC3(0x0b) /* ldx */),
491 /* s w s */ ARCH_32_64(OPC1(3) | OPC3(0x04) /* stw */, OPC1(3) | OPC3(0x0e) /* stx */),
492 /* s w l */ ARCH_32_64(OPC1(3) | OPC3(0x00) /* lduw */, OPC1(3) | OPC3(0x0b) /* ldx */),
498 /* s i l */ ARCH_32_64(OPC1(3) | OPC3(0x00) /* lduw */, OPC1(3) | OPC3(0x08) /* ldsw */),
506 #undef ARCH_32_64
H A DsljitNativeMIPS_common.c666 #define ARCH_32_64(a, b) a macro
668 #define ARCH_32_64(a, b) b macro
672 /* u w s */ ARCH_32_64(HI(43) /* sw */, HI(63) /* sd */),
673 /* u w l */ ARCH_32_64(HI(35) /* lw */, HI(55) /* ld */),
679 /* u i l */ ARCH_32_64(HI(35) /* lw */, HI(39) /* lwu */),
681 /* s w s */ ARCH_32_64(HI(43) /* sw */, HI(63) /* sd */),
682 /* s w l */ ARCH_32_64(HI(35) /* lw */, HI(55) /* ld */),
696 #undef ARCH_32_64

Completed in 27 milliseconds