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

  /external/chromium_org/v8/src/compiler/
instruction-codes.h 59 enum AddressingMode {
68 OStream& operator<<(OStream& os, const AddressingMode& am);
110 typedef BitField<AddressingMode, 7, 4> AddressingModeField;
instruction.cc 180 OStream& operator<<(OStream& os, const AddressingMode& am) {
278 AddressingMode am = AddressingModeField::decode(instr.opcode());
instruction.h 429 AddressingMode addressing_mode() const {
  /external/chromium_org/v8/src/compiler/arm/
instruction-selector-arm-unittest.cc 66 AddressingMode i_mode; // Operand2_R_<shift>_I
67 AddressingMode r_mode; // Operand2_R_<shift>_R
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 215 milliseconds