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

  /external/vixl/src/vixl/a64/
instructions-a64.cc 339 int32_t imm21; local
341 imm21 = target - this;
346 imm21 = target_page - this_page;
348 Instr imm = Assembler::ImmPCRelAddress(imm21);
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp 2287 uint32_t imm21 = (S << 20) | (J2 << 19) | (J1 << 18) | (imm6 << 12) | (imm11 << 1); local
    [all...]

Completed in 573 milliseconds