HomeSort by relevance Sort by last modified time
    Searched defs:InstructionBits (Results 1 - 4 of 4) sorted by null

  /external/v8/src/arm64/
instructions-arm64.h 99 V8_INLINE Instr InstructionBits() const {
108 return (InstructionBits() >> pos) & 1;
112 return unsigned_bitextract_32(msb, lsb, InstructionBits());
121 return InstructionBits() & mask;
  /external/v8/src/ppc/
constants-ppc.h     [all...]
  /external/v8/src/arm/
constants-arm.h 473 inline Instr InstructionBits() const {
485 return (InstructionBits() >> nr) & 1;
491 return (InstructionBits() >> lo) & ((2 << (hi - lo)) - 1);
496 return InstructionBits() & (((2 << (hi - lo)) - 1) << lo);
624 inline int SImmed24Value() const { return ((InstructionBits() << 8) >> 8); }
  /external/v8/src/s390/
constants-s390.h     [all...]

Completed in 237 milliseconds