HomeSort by relevance Sort by last modified time
    Searched refs:truncation (Results 1 - 25 of 42) sorted by null

1 2

  /external/llvm/test/MC/ARM/Windows/
mov32t-range.s 11 .def truncation
17 truncation: label
  /external/v8/src/compiler/
representation-change.h 15 class Truncation final {
18 static Truncation None() { return Truncation(TruncationKind::kNone); }
19 static Truncation Bool() { return Truncation(TruncationKind::kBool); }
20 static Truncation Word32() { return Truncation(TruncationKind::kWord32); }
21 static Truncation Word64() { return Truncation(TruncationKind::kWord64); }
22 static Truncation Float32() { return Truncation(TruncationKind::kFloat32);
    [all...]
simplified-lowering.cc 67 // about what part of the input is used (we call this truncation) and what
76 UseInfo(MachineRepresentation preferred, Truncation truncation)
77 : preferred_(preferred), truncation_(truncation) {}
79 return UseInfo(MachineRepresentation::kWord32, Truncation::Word32());
82 return UseInfo(MachineRepresentation::kWord64, Truncation::Word64());
85 return UseInfo(MachineRepresentation::kBit, Truncation::Bool());
88 return UseInfo(MachineRepresentation::kFloat32, Truncation::Float32());
91 return UseInfo(MachineRepresentation::kFloat64, Truncation::Float64());
97 return UseInfo(MachineRepresentation::kTagged, Truncation::Any())
121 Truncation truncation() const { return truncation_; } function in class:v8::internal::compiler::__anon25056::UseInfo
320 Truncation truncation() const { return truncation_; } function in class:v8::internal::compiler::RepresentationSelector::NodeInfo
    [all...]
representation-change.cc 17 const char* Truncation::description() const {
32 return "no-truncation";
57 Truncation::TruncationKind Truncation::Generalize(TruncationKind rep1,
73 bool Truncation::LessGeneral(TruncationKind rep1, TruncationKind rep2) {
110 // Changes representation from {output_rep} to {use_rep}. The {truncation}
116 MachineRepresentation use_rep, Truncation truncation) {
137 truncation);
140 truncation);
    [all...]
  /external/v8/test/mjsunit/compiler/
regress-7.js 28 // Test correct truncation of tagged values.
  /prebuilts/go/darwin-x86/src/crypto/dsa/
dsa.go 193 // truncation itself.
248 // truncation itself.
  /prebuilts/go/linux-x86/src/crypto/dsa/
dsa.go 193 // truncation itself.
248 // truncation itself.
  /external/bison/djgpp/
djunpack.bat 8 Rem with other file names after truncation to DOS 8+3 namespace.
  /prebuilts/go/darwin-x86/src/strconv/
extfloat.go 459 // We have written a truncation of f (a numerator / 10^d.dp). The remaining part
581 // in any case, it is a truncation of upper.
  /prebuilts/go/linux-x86/src/strconv/
extfloat.go 459 // We have written a truncation of f (a numerator / 10^d.dp). The remaining part
581 // in any case, it is a truncation of upper.
  /external/libvorbis/doc/
07-floor1.tex 90 accumulation through integer roundoff/truncation.
  /prebuilts/go/darwin-x86/src/bytes/
buffer.go 69 panic("bytes.Buffer: truncation out of range")
  /prebuilts/go/linux-x86/src/bytes/
buffer.go 69 panic("bytes.Buffer: truncation out of range")
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/
gsubr.go 510 // of truncation moves)
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
const.go 1411 * for sign extension and truncation.
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/
gsubr.go 588 // of truncation moves)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/
gsubr.go 507 // of truncation moves)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
const.go 1408 * for sign extension and truncation.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/
gsubr.go 585 // of truncation moves)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/
gsubr.go 510 // of truncation moves)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
const.go 1411 * for sign extension and truncation.
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/
gsubr.go 588 // of truncation moves)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/
gsubr.go 507 // of truncation moves)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
const.go 1408 * for sign extension and truncation.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/
gsubr.go 585 // of truncation moves)

Completed in 3978 milliseconds

1 2