HomeSort by relevance Sort by last modified time
    Searched defs:IsRegister (Results 26 - 27 of 27) sorted by null

12

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8664Traits.h 180 bool IsRegister(GPRRegister reg) const {
    [all...]
  /external/v8/src/compiler/
instruction.h 84 inline bool IsRegister() const;
445 DCHECK(IsRegister() || IsFPRegister());
450 DCHECK(IsRegister());
576 bool InstructionOperand::IsRegister() const {
    [all...]

Completed in 95 milliseconds

12