HomeSort by relevance Sort by last modified time
    Searched full:imm6 (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.td     [all...]
AArch64InstrFormats.td 168 bits<6> Imm6;
177 let Inst{15-10} = Imm6;
844 bits<6> Imm6;
852 let Inst{15-10} = Imm6;
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 45 #define BUILD_SLDI(RD,RS,IMM6) BUILD_RLDICR(RD,RS,IMM6,63-IMM6)
  /external/llvm/lib/Target/ARM/
ARMInstrNEON.td     [all...]
ARMInstrFormats.td 197 // other shift immediates. The imm6 field is encoded like so:
200 // 8 imm6<5:3> = '001', 8 - <imm> is encoded in imm6<2:0>
201 // 16 imm6<5:4> = '01', 16 - <imm> is encoded in imm6<3:0>
202 // 32 imm6<5> = '1', 32 - <imm> is encoded in imm6<4:0>
203 // 64 64 - <imm> is encoded in imm6<5:0>
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 379 out |= (Value & 0x1FF800) << 5; // imm6 field
394 out |= (Value & 0x1F800) << 5; // imm6 field
  /external/valgrind/main/VEX/priv/
host_arm_isel.c 3042 UInt imm6; local
5196 UInt imm6; local
    [all...]
guest_arm_toIR.c 5909 UInt imm6 = (theInstr >> 16) & 0x3f; local
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 588 kThumb2BCond, /* b<c> [1110] S cond[25-22] imm6[21-16] [10]
    [all...]
  /external/qemu/target-arm/
translate.c     [all...]
  /packages/apps/Camera/perftests/panorama/input/
test_011.ppm     [all...]
  /packages/apps/Gallery2/perftests/panorama/input/
test_011.ppm     [all...]

Completed in 5346 milliseconds