Searched refs:bfxil (Results 1 - 9 of 9) sorted by relevance

/external/llvm/test/MC/AArch64/
H A Darm64-bitfield-encoding.s19 ; CHECK: bfxil w1, w2, #1, #15 ; encoding: [0x41,0x3c,0x01,0x33]
20 ; CHECK: bfxil x1, x2, #1, #15 ; encoding: [0x41,0x3c,0x41,0xb3]
H A Dbasic-a64-diagnostics.s989 bfxil w1, w2, #0, #0
990 bfxil wsp, w9, #0, #1
991 bfxil w9, w10, #32, #1
992 bfxil w11, w12, #32, #0
993 bfxil w9, w10, #10, #23
994 bfxil x3, x5, #12, #53
995 bfxil sp, x3, #7, #6
996 bfxil w3, wsp, #10, #8
999 // CHECK-ERROR-NEXT: bfxil w1, w2, #0, #0
1002 // CHECK-ERROR-NEXT: bfxil ws
[all...]
H A Dbasic-a64-instructions.s980 // CHECK: bfxil xzr, x4, #0, #1 // encoding: [0x9f,0x00,0x40,0xb3]
982 // CHECK: bfxil x5, x6, #12, #52 // encoding: [0xc5,0xfc,0x4c,0xb3]
1074 // CHECK: bfxil w9, w10, #0, #1 // encoding: [0x49,0x01,0x00,0x33]
1076 // CHECK: bfxil x19, x20, #0, #64 // encoding: [0x93,0xfe,0x40,0xb3]
1078 // CHECK: bfxil w9, w10, #0, #32 // encoding: [0x49,0x7d,0x00,0x33]
1083 bfxil w9, w10, #0, #1
1084 bfxil x2, x3, #63, #1
1085 bfxil x19, x20, #0, #64
1086 bfxil x9, x10, #5, #59
1087 bfxil w
[all...]
/external/capstone/suite/MC/AArch64/
H A Dbasic-a64-instructions.s.cs445 0x49,0x01,0x00,0x33 = bfxil w9, w10, #0, #1
446 0x62,0xfc,0x7f,0xb3 = bfxil x2, x3, #63, #1
447 0x93,0xfe,0x40,0xb3 = bfxil x19, x20, #0, #64
448 0x49,0xfd,0x45,0xb3 = bfxil x9, x10, #5, #59
449 0x49,0x7d,0x00,0x33 = bfxil w9, w10, #0, #32
450 0x8b,0x7d,0x1f,0x33 = bfxil w11, w12, #31, #1
451 0xcd,0x7d,0x1d,0x33 = bfxil w13, w14, #29, #3
452 0xff,0x53,0x4a,0xb3 = bfxil xzr, xzr, #10, #11
/external/v8/src/arm64/
H A Dmacro-assembler-arm64-inl.h375 bfxil(rd, rn, lsb, width);
H A Dassembler-arm64.h1146 void bfxil(const Register& rd, const Register& rn, int lsb, int width) { function in class:v8::internal::Assembler
/external/vixl/src/aarch64/
H A Dassembler-aarch64.h717 void bfxil(const Register& rd, function in class:vixl::aarch64::Assembler
H A Dmacro-assembler-aarch64.h1043 bfxil(rd, rn, lsb, width);
/external/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc610 COMPARE(bfxil(w13, w14, 7, 14), "bfxil w13, w14, #7, #14");
611 COMPARE(bfxil(x15, x16, 8, 13), "bfxil x15, x16, #8, #13");

Completed in 286 milliseconds