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

  /external/pcre/dist/sljit/
sljitNativePPC_common.c 212 #define STWU (HI(37))
621 FAIL_IF(push_inst(compiler, STWU | S(SLJIT_SP) | A(SLJIT_SP) | IMM(-local_size)));
736 /* u w w i s */ ARCH_32_64(HI(37) /* stwu */, HI(62) | INT_ALIGNED | 0x1 /* stdu */),
772 /* u i w i s */ HI(37) /* stwu */,
786 /* s w w i s */ ARCH_32_64(HI(37) /* stwu */, HI(62) | INT_ALIGNED | 0x1 /* stdu */),
822 /* s i w i s */ HI(37) /* stwu */,
    [all...]
  /external/v8/src/ppc/
constants-ppc.h 127 STWU = 37 << 26, // Store Word with Update

Completed in 139 milliseconds