HomeSort by: relevance | last modified time | path
    Searched defs:LSL (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRISelLowering.h 38 LSL, ///< Logical shift left.
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 34 LSL = 0,
55 case AArch64_AM::LSL: return "lsl";
76 case 0: return AArch64_AM::LSL;
91 /// shifter: 000 ==> lsl
104 case AArch64_AM::LSL: STEnc = 0; break;
821 // "lsl #0" takes precedence: in practice this only affects "#0, lsl #0".
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 467 LSL,
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
decode.h 116 LSL = 0,
  /src/external/gpl3/gdb/dist/sim/aarch64/
decode.h 116 LSL = 0,
  /src/external/gpl3/gdb.old/dist/sim/arm/
armemu.h 44 #define LSL 0
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstPropagation.cpp 2525 LatticeCell LSL, LSH;
2526 if (!getCell(RL, Inputs, LSL) || !getCell(RH, Inputs, LSH))
2528 if (LSL.isProperty() || LSH.isProperty())
2531 unsigned LN = LSL.size(), HN = LSH.size();
2534 bool Eval = constToInt(LSL.Values[i], LoVs[i]);
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 95 enum modifier_type { LSL, MSL };
100 insn_type = MOV, modifier_type = LSL,
120 This is (LSL, 0) if no shift is needed. */
145 u.mov.modifier = LSL;
4535 add t0, tp, #:tprel_hi12:imm, lsl #12
10306 MOVK X, #(IOR_VAL >> shift), LSL #shift
10779 /* For SVE, only accept [Rn], [Rn, #offset, MUL VL] and [Rn, Rm, LSL #shift].
12322 asm_fprintf (f, "[%s, %s, lsl %u]", reg_names [REGNO (addr.base)],
13229 /* LSL (immediate). */
14583 /* LSL (immediate), UBMF, UBFIZ and friends. These are al
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 130 enum modifier_type { LSL, MSL };
135 insn_type = MOV, modifier_type = LSL,
155 This is (LSL, 0) if no shift is needed. */
180 u.mov.modifier = LSL;
2855 add t0, tp, #:tprel_hi12:imm, lsl #12
4417 MOVK X, #(IOR_VAL >> shift), LSL #shift
10494 /* For SVE, only accept [Rn], [Rn, #offset, MUL VL] and [Rn, Rm, LSL #shift].
12527 asm_fprintf (f, "[%s, %s, lsl %u]", reg_names [REGNO (addr.base)],
13549 /* LSL (immediate). */
14983 /* LSL (immediate), ASR (immediate), UBMF, UBFIZ and friends
    [all...]

Completed in 105 milliseconds