HomeSort by relevance Sort by last modified time
    Searched defs:STW (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist2/src/sljit/
sljitNativePPC_common.c 219 #define STW (HI(36))
601 #define STACK_STORE STW
768 /* w u i s */ ARCH_32_64(HI(36) /* stw */, HI(62) | INT_ALIGNED | 0x0 /* std */),
773 /* w s i s */ ARCH_32_64(HI(36) /* stw */, HI(62) | INT_ALIGNED | 0x0 /* std */),
804 /* i u i s */ HI(36) /* stw */,
809 /* i s i s */ HI(36) /* stw */,
    [all...]
sljitNativeSPARC_common.c 175 #define STW (OPC1(0x3) | OPC3(0x04))
533 /* u w s */ ARCH_32_64(OPC1(3) | OPC3(0x04) /* stw */, OPC1(3) | OPC3(0x0e) /* stx */),
539 /* u i s */ OPC1(3) | OPC3(0x04) /* stw */,
542 /* s w s */ ARCH_32_64(OPC1(3) | OPC3(0x04) /* stw */, OPC1(3) | OPC3(0x0e) /* stx */),
548 /* s i s */ OPC1(3) | OPC3(0x04) /* stw */,
    [all...]

Completed in 3024 milliseconds