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

  /external/llvm/test/MC/AArch64/
arm64-bitfield-encoding.s 19 ; CHECK: bfxil w1, w2, #1, #15 ; encoding: [0x41,0x3c,0x01,0x33]
20 ; CHECK: bfxil x1, x2, #1, #15 ; encoding: [0x41,0x3c,0x41,0xb3]
basic-a64-diagnostics.s     [all...]
arm64-aliases.s 178 bfxil w0, w0, #2, #3
179 bfxil x0, x0, #2, #3
191 ; CHECK: bfxil w0, w0, #0, #2
192 ; CHECK: bfxil x0, x0, #0, #2
193 ; CHECK: bfxil w0, w0, #2, #3
194 ; CHECK: bfxil x0, x0, #2, #3
basic-a64-instructions.s     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
bitfield-alias.s 96 .irp op, sbfiz, sbfx, bfi, bfxil, ubfiz, ubfx
illegal.s 493 bfxil w7, w15, #15, #30
  /external/v8/src/arm64/
assembler-arm64.h 1146 void bfxil(const Register& rd, const Register& rn, int lsb, int width) { function in class:v8::internal::Assembler
    [all...]
macro-assembler-arm64-inl.h 369 void MacroAssembler::Bfxil(const Register& rd,
375 bfxil(rd, rn, lsb, width);
    [all...]
  /external/v8/test/cctest/
test-disasm-arm64.cc 558 COMPARE(bfxil(w13, w14, 7, 14), "bfxil w13, w14, #7, #14");
559 COMPARE(bfxil(x15, x16, 8, 13), "bfxil x15, x16, #8, #13");
    [all...]
  /external/vixl/src/vixl/a64/
assembler-a64.h     [all...]
macro-assembler-a64.h     [all...]
  /external/vixl/test/
test-disasm-a64.cc 568 COMPARE(bfxil(w13, w14, 7, 14), "bfxil w13, w14, #7, #14");
569 COMPARE(bfxil(x15, x16, 8, 13), "bfxil x15, x16, #8, #13");
    [all...]

Completed in 315 milliseconds