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

  /external/v8/src/compiler/x64/
code-generator-x64.cc 467 if (instr->InputAt(1)->IsFPRegister()) { \
476 if (instr->InputAt(0)->IsFPRegister()) { \
486 if (instr->InputAt(1)->IsFPRegister()) { \
    [all...]
  /art/compiler/utils/arm64/
managed_register_arm64.h 128 constexpr bool IsFPRegister() const {
assembler_arm64.cc 107 if (reg.IsFPRegister()) {
  /external/v8/src/compiler/
register-allocator-verifier.cc 236 CHECK_WITH_MSG(op->IsFPRegister(), caller_info_);
247 CHECK_WITH_MSG(op->IsFPRegister(), caller_info_);
263 CHECK_WITH_MSG(op->IsFPRegister() || op->IsFPStackSlot(), caller_info_);
gap-resolver.cc 93 if (!kSimpleFPAliasing && move->destination().IsFPRegister()) {
move-optimizer.cc 39 if (!kSimpleFPAliasing && op.IsFPRegister())
53 if (!kSimpleFPAliasing && op.IsFPRegister()) {
instruction.h 82 inline bool IsFPRegister() const;
445 DCHECK(IsRegister() || IsFPRegister());
463 DCHECK(IsFPRegister());
580 bool InstructionOperand::IsFPRegister() const {
645 if (IsFPRegister()) {
    [all...]
instruction.cc 109 return (IsFPRegister() || IsFPStackSlot()) &&
110 (op->IsFPRegister() || op->IsFPStackSlot());
398 DCHECK(!op.IsFPRegister() && !op.IsFPStackSlot());
    [all...]
code-generator.cc     [all...]
register-allocator.cc 334 if (op.IsRegister() || op.IsFPRegister()) {
713 DCHECK(op.IsRegister() || op.IsFPRegister());
    [all...]
  /external/v8/src/compiler/mips/
instruction-scheduler-mips.cc     [all...]
code-generator-mips.cc     [all...]
  /external/v8/src/compiler/mips64/
instruction-scheduler-mips64.cc     [all...]
code-generator-mips64.cc     [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 51 } else if (op->IsFPRegister()) {
    [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc 137 return instr->InputAt(index)->IsFPRegister();
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /external/vixl/src/aarch64/
operands-aarch64.h 157 return IsFPRegister() && (code_ < kNumberOfVRegisters);
192 bool IsFPRegister() const { return IsS() || IsD(); }
    [all...]
macro-assembler-aarch64.cc     [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 47 DCHECK(instr_->InputAt(index)->IsFPRegister());
    [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc     [all...]
  /external/vixl/src/aarch32/
instructions-aarch32.h 119 bool IsFPRegister() const { return IsS() || IsD(); }
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc     [all...]
  /external/v8/src/arm64/
assembler-arm64.h 171 bool IsFPRegister() const { return IsS() || IsD(); }
    [all...]

Completed in 1669 milliseconds