HomeSort by relevance Sort by last modified time
    Searched refs:EXTSW (Results 1 - 11 of 11) sorted by null

  /external/pcre/dist2/src/sljit/
sljitNativePPC_64.c 126 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
133 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \
137 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
144 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \
164 return push_inst(compiler, EXTSW | S(src2) | A(dst));
sljitNativePPC_common.c 163 #define EXTSW (HI(31) | LO(986))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
anames.go 263 "EXTSW",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
anames.go 263 "EXTSW",
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 254 case PPC::EXTSW:
    [all...]
PPCFastISel.cpp     [all...]
  /external/v8/src/ppc/
constants-ppc.h     [all...]
assembler-ppc.cc 1362 void Assembler::extsw(Register rs, Register ra, RCBit rc) { function in class:v8::internal::Assembler
    [all...]
simulator-ppc.cc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 233 EXTSW
1560 EXTSW: "extsw",
1561 EXTSW_: "extsw.",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 233 EXTSW
1560 EXTSW: "extsw",
1561 EXTSW_: "extsw.",
    [all...]

Completed in 235 milliseconds