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

  /external/v8/src/mips/
constants-mips.h 631 Type InstructionType() const;
641 ASSERT(InstructionType() == kRegisterType ||
642 InstructionType() == kImmediateType);
647 ASSERT(InstructionType() == kRegisterType ||
648 InstructionType() == kImmediateType);
653 ASSERT(InstructionType() == kRegisterType);
658 ASSERT(InstructionType() == kRegisterType);
663 ASSERT(InstructionType() == kRegisterType ||
664 InstructionType() == kImmediateType);
701 ASSERT(InstructionType() == kRegisterType |
    [all...]
constants-mips.cc 236 Instruction::Type Instruction::InstructionType() const {
simulator-mips.cc     [all...]
  /external/v8/src/ia32/
disasm-ia32.cc 158 enum InstructionType {
173 InstructionType type;
191 void CopyTable(const ByteMnemonic bm[], InstructionType type);
192 void SetTableRange(InstructionType type,
232 InstructionType type) {
243 void InstructionTable::SetTableRange(InstructionType type,
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 156 enum InstructionType {
181 InstructionType type;
198 void CopyTable(const ByteMnemonic bm[], InstructionType type);
199 void SetTableRange(InstructionType type, byte start, byte end, bool byte_size,
234 InstructionType type) {
248 void InstructionTable::SetTableRange(InstructionType type,
    [all...]

Completed in 60 milliseconds