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

  /external/v8/src/arm/
constants-arm.h 185 typedef int32_t instr_t; typedef in namespace:assembler::arm
209 inline instr_t InstructionBits() const {
210 return *reinterpret_cast<const instr_t*>(this);
214 inline void SetInstructionBits(instr_t value) {
215 *reinterpret_cast<instr_t*>(this) = value;
simulator-arm.h 276 instr_t break_instr_;
simulator-arm.cc 66 static const instr_t kBreakpointInstr =
68 static const instr_t kNopInstr =
    [all...]

Completed in 5425 milliseconds