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

  /system/core/libpixelflinger/codeflinger/
Arm64Assembler.cpp 1028 uint32_t imm9 = (unsigned)(simm) & 0x01FF; local
1029 return (0xB8 << 24) | (imm9 << 12) | (0x3 << 10) | (Rn << 5) | Rt;
1040 uint32_t imm9 = (unsigned)(simm) & 0x01FF; local
1042 (imm9 << 12) | (0x1 << 10) | (Rn << 5) | Rt;
    [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64-inl.h 1156 Instr Assembler::ImmLS(int imm9) {
1157 DCHECK(is_int9(imm9));
1158 return truncate_to_int9(imm9) << ImmLS_offset;
    [all...]
assembler-arm64.h     [all...]
  /external/vixl/src/a64/
assembler-a64.h     [all...]
  /external/valgrind/main/VEX/priv/
guest_arm64_toIR.c 3217 UInt imm9 = INSN(20,12); local
3600 UInt imm9 = INSN(20,12); local
3678 UInt imm9 = INSN(20,12); local
4050 UInt imm9 = INSN(20,12); local
4096 UInt imm9 = INSN(20,12); local
    [all...]

Completed in 1664 milliseconds