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

  /prebuilts/go/darwin-x86/src/math/big/
arith_ppc64x.s 182 CNTLZD R4, R4
  /prebuilts/go/linux-x86/src/math/big/
arith_ppc64x.s 182 CNTLZD R4, R4
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
anames.go 247 "CNTLZD",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
anames.go 247 "CNTLZD",
  /external/pcre/dist2/src/sljit/
sljitNativePPC_64.c 31 __asm__ volatile ( "cntlzd %0, %1" : "=r"(dst) : "r"(src) )
214 return push_inst(compiler, CNTLZD | RC(flags) | S(src2) | A(dst));
sljitNativePPC_common.c 150 #define CNTLZD (HI(31) | LO(58))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 235 CNTLZD
1562 CNTLZD: "cntlzd",
1563 CNTLZD_: "cntlzd.",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 235 CNTLZD
1562 CNTLZD: "cntlzd",
1563 CNTLZD_: "cntlzd.",
    [all...]

Completed in 238 milliseconds