HomeSort by relevance Sort by last modified time
    Searched refs:ubfx (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/test/MC/AArch64/
jump-table.s 10 ubfx w1, w0, #0, #32
arm64-bitfield-encoding.s 23 ; CHECK: ubfx w1, w2, #1, #15 ; encoding: [0x41,0x3c,0x01,0x53]
24 ; CHECK: ubfx x1, x2, #1, #15 ; encoding: [0x41,0x3c,0x41,0xd3]
arm64-leaf-compact-unwind.s 180 ubfx x10, x0, #0, #32
basic-a64-diagnostics.s     [all...]
arm64-aliases.s 186 ubfx w0, w0, #2, #3
187 ubfx x0, x0, #2, #3
201 ; CHECK: ubfx w0, w0, #2, #3
202 ; CHECK: ubfx x0, x0, #2, #3
254 ; CHECK: ubfx x1, x2, #0, #32
basic-a64-instructions.s     [all...]
  /system/core/libpixelflinger/
col32cb16blend_neon.S 123 ubfx r12, r4, #8, #8 // extract green
124 ubfx r4, r4, #16, #8 // extract blue
133 ubfx r7, r8, #5, #6 // extract dest green
  /external/chromium_org/v8/test/cctest/
test-disasm-arm.cc 364 COMPARE(ubfx(r0, r1, 5, 10),
365 "e7e902d1 ubfx r0, r1, #5, #10");
366 COMPARE(ubfx(r1, r0, 5, 10),
367 "e7e912d0 ubfx r1, r0, #5, #10");
368 COMPARE(ubfx(r0, r1, 31, 1),
369 "e7e00fd1 ubfx r0, r1, #31, #1");
370 COMPARE(ubfx(r1, r0, 31, 1),
371 "e7e01fd0 ubfx r1, r0, #31, #1");
    [all...]
test-disasm-arm64.cc 531 COMPARE(uxtw(x18, x19), "ubfx x18, x19, #0, #32");
550 COMPARE(ubfx(w21, w22, 11, 10), "ubfx w21, w22, #11, #10");
551 COMPARE(ubfx(x23, x24, 12, 9), "ubfx x23, x24, #12, #9");
    [all...]
test-assembler-arm.cc 365 __ ubfx(r0, r0, 1, 12); // 0b00..010101010101 = 0x555
    [all...]
  /external/libhevc/common/arm/
ihevc_deblk_luma_vert.s 209 @ ubfx r7,r2,#24,#8 @ has the -1 value
211 @ ubfx r8,r3,#24,#8 @ has the 3 value
261 @ ubfx r7,r2,#24,#8 @ has the -1 value
263 @ ubfx r8,r3,#24,#8 @ has the 3 value
ihevc_deblk_luma_horz.s 257 @ ubfx r7,r2,#24,#8 @ has the -1 value
259 @ ubfx r8,r3,#24,#8 @ has the 3 value
  /external/llvm/test/MC/ARM/
diagnostics.s 343 @ Out of range width for SBFX/UBFX
354 @ Using pc for SBFX/UBFX
357 ubfx pc, r0, #0, #31
358 ubfx r14, pc, #1, #2
366 @ CHECK-ERRORS: ubfx pc, r0, #0, #31
369 @ CHECK-ERRORS: ubfx r14, pc, #1, #2
  /external/valgrind/main/none/tests/arm/
v6intARM.stdout.exp     [all...]
v6media.stdout.exp 138 ------------ UBFX ------------
139 ubfx r0, r1, #0, #1 :: rd 0x00000000 rm 0x00000000, carryin 0, cpsr 0x00000000 ge[3:0]=0000
140 ubfx r0, r1, #0, #1 :: rd 0x00000001 rm 0x00000001, carryin 0, cpsr 0x00000000 ge[3:0]=0000
141 ubfx r0, r1, #1, #1 :: rd 0x00000000 rm 0x00000000, carryin 0, cpsr 0x00000000 ge[3:0]=0000
142 ubfx r0, r1, #1, #1 :: rd 0x00000000 rm 0x00000001, carryin 0, cpsr 0x00000000 ge[3:0]=0000
143 ubfx r0, r1, #1, #1 :: rd 0x00000001 rm 0x00000002, carryin 0, cpsr 0x00000000 ge[3:0]=0000
144 ubfx r0, r1, #1, #1 :: rd 0x00000001 rm 0x00000003, carryin 0, cpsr 0x00000000 ge[3:0]=0000
145 ubfx r0, r1, #0, #2 :: rd 0x00000000 rm 0x00000000, carryin 0, cpsr 0x00000000 ge[3:0]=0000
146 ubfx r0, r1, #0, #2 :: rd 0x00000001 rm 0x00000001, carryin 0, cpsr 0x00000000 ge[3:0]=0000
147 ubfx r0, r1, #1, #2 :: rd 0x00000000 rm 0x00000000, carryin 0, cpsr 0x00000000 ge[3:0]=000
    [all...]
  /external/chromium_org/v8/src/arm/
disasm-arm.cc     [all...]
macro-assembler-arm.cc 276 ubfx(dst, src1, 0,
284 void MacroAssembler::Ubfx(Register dst, Register src1, int lsb, int width,
294 ubfx(dst, src1, lsb, width, cond);
    [all...]
assembler-arm.h     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.S 131 ubfx r4, r2, #23, #8
262 ubfx r12, r12, #14, #16 @ tmp16
  /external/chromium_org/v8/src/compiler/arm/
code-generator-arm.cc 253 __ ubfx(i.OutputRegister(), i.InputRegister(0), i.InputInt8(1),
  /external/chromium_org/v8/src/arm64/
assembler-arm64.h     [all...]
macro-assembler-arm64-inl.h 1162 void MacroAssembler::Ubfx(const Register& rd,
1168 ubfx(rd, rn, lsb, width);
    [all...]
  /external/vixl/src/a64/
assembler-a64.h 954 inline void ubfx(const Register& rd,
    [all...]
macro-assembler-a64.h     [all...]
  /external/vixl/test/
test-disasm-a64.cc 500 COMPARE(uxtw(x18, x19), "ubfx x18, x19, #0, #32");
519 COMPARE(ubfx(w21, w22, 11, 10), "ubfx w21, w22, #11, #10");
520 COMPARE(ubfx(x23, x24, 12, 9), "ubfx x23, x24, #12, #9");
    [all...]

Completed in 477 milliseconds

1 2