/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-uxtb.ll | 6 ; ARMv7A: uxtb16 r0, r0 17 ; ARMv7A: uxtb16 r0, r0, ror #8 29 ; ARMv7A: uxtb16 r0, r0, ror #8 41 ; ARMv7A: uxtb16 r0, r0, ror #8 53 ; ARMv7A: uxtb16 r0, r0, ror #8 65 ; ARMv7A: uxtb16 r0, r0, ror #16 80 ; ARMv7A: uxtb16 r0, r0, ror #16 95 ; ARMv7A: uxtb16 r0, r0, ror #24 109 ; ARMv7A: uxtb16 r0, r0, ror #24 126 ; ARMv7A: uxtb16 r1, r1
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | variance_media.asm | 61 uxtb16 r5, r6 ; byte (two pixels) to halfwords 62 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords 85 uxtb16 r5, r6 ; byte (two pixels) to halfwords 86 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords 109 uxtb16 r5, r6 ; byte (two pixels) to halfwords 110 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords 135 uxtb16 r5, r6 ; byte (two pixels) to halfwords 136 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords 194 uxtb16 r7, r8 ; byte (two pixels) to halfwords 195 uxtb16 r10, r8, ror #8 ; another two pixels to halfwords [all …]
|
D | variance_halfpixvar16x16_h_media.asm | 64 uxtb16 r5, r6 ; byte (two pixels) to halfwords 65 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 95 uxtb16 r5, r6 ; byte (two pixels) to halfwords 96 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 126 uxtb16 r5, r6 ; byte (two pixels) to halfwords 127 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 159 uxtb16 r5, r6 ; byte (two pixels) to halfwords 160 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
|
D | variance_halfpixvar16x16_v_media.asm | 65 uxtb16 r5, r6 ; byte (two pixels) to halfwords 66 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 96 uxtb16 r5, r6 ; byte (two pixels) to halfwords 97 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 127 uxtb16 r5, r6 ; byte (two pixels) to halfwords 128 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 160 uxtb16 r5, r6 ; byte (two pixels) to halfwords 161 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
|
D | variance_halfpixvar16x16_hv_media.asm | 75 uxtb16 r5, r6 ; byte (two pixels) to halfwords 76 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 117 uxtb16 r5, r6 ; byte (two pixels) to halfwords 118 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 159 uxtb16 r5, r6 ; byte (two pixels) to halfwords 160 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords 201 uxtb16 r5, r6 ; byte (two pixels) to halfwords 202 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
|
/external/llvm/test/MC/ARM/ |
D | thumb2-dsp-diag.s | 23 uxtb16 r0, r0 label 24 uxtb16 r0, r0, ror #8 label 33 @ CHECK-7EM: uxtb16 r0, r0 @ encoding: [0x3f,0xfa,0x80,0xf0] 34 @ CHECK-7EM: uxtb16 r0, r0, ror #8 @ encoding: [0x3f,0xfa,0x90,0xf0]
|
D | basic-arm-instructions.s | 3500 uxtb16 r1, r4 3501 uxtb16 r6, r7, ror #0 3503 uxtb16 r3, r1, ror #16 3506 @ CHECK: uxtb16 r1, r4 @ encoding: [0x74,0x10,0xcf,0xe6] 3507 @ CHECK: uxtb16 r6, r7 @ encoding: [0x77,0x60,0xcf,0xe6] 3509 @ CHECK: uxtb16 r3, r1, ror #16 @ encoding: [0x71,0x38,0xcf,0xe6]
|
D | basic-thumb2-instructions.s | 3655 uxtb16 r1, r4 3656 uxtb16 r6, r7, ror #0 3659 uxtb16 r3, r1, ror #16 3663 @ CHECK: uxtb16 r1, r4 @ encoding: [0x3f,0xfa,0x84,0xf1] 3664 @ CHECK: uxtb16 r6, r7 @ encoding: [0x3f,0xfa,0x87,0xf6] 3667 @ CHECK: uxtb16 r3, r1, ror #16 @ encoding: [0x3f,0xfa,0xa1,0xf3]
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
D | simpleloopfilter_v6.asm | 26 uxtb16 $b1, $a1 ; xx 12 xx 10 27 uxtb16 $b0, $a0 ; xx 02 xx 00 28 uxtb16 $b3, $a3 ; xx 32 xx 30 29 uxtb16 $b2, $a2 ; xx 22 xx 20 33 uxtb16 $a1, $a1, ror #8 ; xx 13 xx 11 34 uxtb16 $a3, $a3, ror #8 ; xx 33 xx 31 35 uxtb16 $a0, $a0, ror #8 ; xx 03 xx 01 36 uxtb16 $a2, $a2, ror #8 ; xx 23 xx 21
|
D | loopfilter_v6.asm | 28 uxtb16 $b1, $a1 ; xx 12 xx 10 29 uxtb16 $b0, $a0 ; xx 02 xx 00 30 uxtb16 $b3, $a3 ; xx 32 xx 30 31 uxtb16 $b2, $a2 ; xx 22 xx 20 35 uxtb16 $a1, $a1, ror #8 ; xx 13 xx 11 36 uxtb16 $a3, $a3, ror #8 ; xx 33 xx 31 37 uxtb16 $a0, $a0, ror #8 ; xx 03 xx 01 38 uxtb16 $a2, $a2, ror #8 ; xx 23 xx 21 1103 uxtb16 r6, r6 1104 uxtb16 r10, r10 [all …]
|
D | dequant_idct_v6.asm | 141 uxtb16 lr, r11, ror #8 143 uxtb16 lr, r11 157 uxtb16 r8, r11, ror #8 159 uxtb16 r8, r11
|
/external/llvm/test/CodeGen/ARM/ |
D | inlineasm.ll | 4 %tmp56 = tail call i32 asm "uxtb16 $0,$1", "=r,r"( i32 %tmp54 ) ; <i32> [#uses=1]
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | unpredictable-AExtI-arm.txt | 46 # CHECK: uxtb16
|
D | thumb-tests.txt | 296 # CHECK: uxtb16 r9, r12, ror #16
|
D | thumb2.txt | 2654 # CHECK: uxtb16 r1, r4 2655 # CHECK: uxtb16 r6, r7 2658 # CHECK: uxtb16 r3, r1, ror #16
|
D | basic-arm-instructions.txt | 2492 # CHECK: uxtb16 r1, r4 2493 # CHECK: uxtb16 r6, r7 2495 # CHECK: uxtb16 r3, r1, ror #16
|
/external/v8/src/arm/ |
D | codegen-arm.cc | 294 __ uxtb16(temp3, temp1); in CreateMemCopyUint16Uint8Function() 295 __ uxtb16(temp4, temp1, 8); in CreateMemCopyUint16Uint8Function()
|
D | assembler-arm.h | 948 void uxtb16(Register dst, Register src, int rotate = 0, Condition cond = al);
|
D | assembler-arm.cc | 1912 void Assembler::uxtb16(Register dst, Register src, int rotate, Condition cond) { in uxtb16() function in v8::internal::Assembler
|
/external/v8/test/cctest/ |
D | test-disasm-arm.cc | 434 COMPARE(uxtb16(r3, r4, 8), "e6cf3474 uxtb16 r3, r4, ror #8"); in TEST()
|
D | test-assembler-arm.cc | 1383 __ uxtb16(r2, r0, 8); variable
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1999 def t2UXTB16 : T2I_ext_rrot_uxtb16<0b011, "uxtb16", 4646 def : InstAlias<"uxtb16${p} $Rd, $Rm", 4662 def : InstAlias<"uxtb16${p} $Rd, $Rm$rot",
|
D | ARMInstrInfo.td | 3382 "uxtb16", UnOpFrag<(and node:$Src, 0x00FF00FF)>>; 5607 def : ARMInstAlias<"uxtb16${p} $Rd, $Rm",
|
/external/valgrind/none/tests/arm/ |
D | v6intARM.stdout.exp | 669 uxtb16 r0, r1 :: rd 0x00ff00ff rm 0xffffffff, carryin 0, cpsr 0x00000000 670 uxtb16 r0, r1, ror #16 :: rd 0x00ff0000 rm 0x0000ffff, carryin 0, cpsr 0x00000000
|
D | v6media.stdout.exp | 90 uxtb16 r0, r1 :: rd 0x00ff00ff rm 0xffffffff, carryin 0, cpsr 0x00000000 ge[3:0]=0000 91 uxtb16 r0, r1, ror #16 :: rd 0x00ff0000 rm 0x0000ffff, carryin 0, cpsr 0x00000000 ge[3:0]=0000
|