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

  /art/runtime/arch/x86/
fault_handler_x86.cc 119 uint32_t immediate_size = 0; local
209 immediate_size = 1;
217 immediate_size = operand_size_prefix ? 2 : 4;
227 immediate_size = (opcode == 0xf6) ? 1 : (operand_size_prefix ? 2 : 4);
271 pc += displacement_size + immediate_size;
  /external/v8/src/x64/
disasm-x64.cc 721 OperandSize immediate_size = local
723 count += PrintImmediate(data + 1 + count, immediate_size);
    [all...]

Completed in 81 milliseconds