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

  /external/libexif/libexif/fuji/
mnote-fuji-entry.c 197 ExifSRational vsr; local
291 vsr = exif_get_srational (entry->data, entry->order);
292 if (!vsr.denominator) break;
293 snprintf (val, maxlen, "%2.4f", (double) vsr.numerator /
294 vsr.denominator);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
altivec.s 177 vsr 2,9,28
altivec.d 182 2b0: (10 49 e2 c4|c4 e2 49 10) vsr v2,v9,v28
  /external/libexif/libexif/olympus/
mnote-olympus-entry.c 280 ExifSRational vsr; local
805 vsr = exif_get_srational (entry->data, entry->order);
806 if (!vsr.denominator) {
809 r = R2D(vsr);
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-vmx.s 204 # CHECK-BE: vsr 2, 3, 4 # encoding: [0x10,0x43,0x22,0xc4]
205 # CHECK-LE: vsr 2, 3, 4 # encoding: [0xc4,0x22,0x43,0x10]
206 vsr 2, 3, 4
    [all...]
  /external/eigen/Eigen/src/misc/
lapacke.h     [all...]
  /external/v8/src/ppc/
constants-ppc.h 323 /* Move To VSR Doubleword */ \
325 /* Move To VSR Word Algebraic */ \
327 /* Move To VSR Word and Zero */ \
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
asm9.go 462 /* VSX move from VSR */
463 {AMFVSR, C_VSREG, C_NONE, C_NONE, C_REG, 88, 4, 0}, /* vsx move from vsr, xx1-form */
467 /* VSX move to VSR */
468 {AMTVSR, C_REG, C_NONE, C_NONE, C_VSREG, 88, 4, 0}, /* vsx move to vsr, xx1-form */
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
asm9.go 462 /* VSX move from VSR */
463 {AMFVSR, C_VSREG, C_NONE, C_NONE, C_REG, 88, 4, 0}, /* vsx move from vsr, xx1-form */
467 /* VSX move to VSR */
468 {AMTVSR, C_REG, C_NONE, C_NONE, C_VSREG, 88, 4, 0}, /* vsx move to vsr, xx1-form */
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 473 VSR
1800 VSR: "vsr",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 473 VSR
1800 VSR: "vsr",
    [all...]

Completed in 1938 milliseconds