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

  /external/v8/src/arm/
constants-arm.h 140 BIC = 14, // Bit Clear
146 // Some special instructions encoded as a TEQ with S=0 (bit 20).
155 // Some special instructions encoded as a CMN with S=0 (bit 20).
218 // Read one particular bit out of the instruction bits.
219 inline int Bit(int nr) const {
223 // Read a bit field out of the instruction bits.
246 inline int NField() const { return Bit(7); }
247 inline int MField() const { return Bit(5); }
248 inline int DField() const { return Bit(22); }
250 inline int PField() const { return Bit(24);
    [all...]
simulator-arm.cc 939 if (instr->Bit(4) == 0) {
    [all...]
disasm-arm.cc 116 // Each of these functions decodes one particular instruction type, a 3-bit
321 // Print register list in ascending order, by scanning the bit mask.
381 if (instr->Bit(21) == 0) {
433 // 'off12: 12-bit offset for load and store instructions
449 // 'off8: 8-bit offset for extra load and store instructions
508 // The manual gets the meaning of bit 22 backwards in the multiply
516 // pages. The other 18 mul instructions have the bit set or unset in
520 if (instr->Bit(22) == 0) {
579 if (instr->Bit(24) == 0) {
581 if (instr->Bit(23) == 0)
    [all...]
  /external/v8/src/mips/
constants-mips.h 151 // Instruction bit masks.
368 // Read one particular bit out of the instruction bits.
369 inline int Bit(int nr) const {
373 // Read a bit field out of the instruction bits.
  /build/core/
config.mk 270 # Is the host JDK 64-bit version?
272 ifneq ($(filter 64-Bit, $(shell java -version 2>&1)),)

Completed in 107 milliseconds