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

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
movi.s 56 // MOVI <Vd>.<T>, #<imm8>, MSL #<amount>
61 all_8bit_imm_movi_sft v7.\T, 0, 63, MSL, \amount
62 all_8bit_imm_movi_sft v7.\T, 64, 127, MSL, \amount
63 all_8bit_imm_movi_sft v7.\T, 128, 191, MSL, \amount
64 all_8bit_imm_movi_sft v7.\T, 192, 255, MSL, \amount
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 38 MSL,
59 case AArch64_AM::MSL: return "msl";
80 case 4: return AArch64_AM::MSL;
95 /// 100 ==> msl
108 case AArch64_AM::MSL: STEnc = 4; break;
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 354 MSL,
  /external/vixl/src/aarch64/
operands-aarch64.cc 305 VIXL_ASSERT(shift != MSL);
macro-assembler-aarch64.cc 1011 movi(vd, bytes[2], MSL, 16);
1017 movi(vd, bytes[1], MSL, 8);
1023 mvni(vd, ~bytes[2] & 0xff, MSL, 16);
1028 mvni(vd, ~bytes[1] & 0xff, MSL, 8);
    [all...]
constants-aarch64.h 281 MSL = 0x4
    [all...]
assembler-aarch64.cc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
inst.go 394 return fmt.Sprintf("#%#x, MSL #%d", is.imm, is.shift-128)
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
inst.go 394 return fmt.Sprintf("#%#x, MSL #%d", is.imm, is.shift-128)
tables.go     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 981 ST == AArch64_AM::MSL);
    [all...]
  /external/vixl/test/aarch64/
test-disasm-aarch64.cc     [all...]
test-trace-aarch64.cc     [all...]
test-assembler-aarch64.cc     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
aarch64-tbl.h 1306 /* e.g. MOVI <Vd>.4S, #<imm8>, MSL #<amount>. */
1309 QLF2(V_2S, MSL), \
1310 QLF2(V_4S, MSL), \
    [all...]

Completed in 419 milliseconds