/external/libhevc/common/arm64/ |
ihevc_sao_band_offset_luma.s | 55 //x5 => sao_band_pos 102 LSL x11,x5,#3 141 CMP x5,#28 156 CMP x5,#29 166 CMP x5,#30 176 CMP x5,#31 185 CMP x5,#0 //case 0 201 ADD x5,x4,x1 204 ADD x6,x5,x1 208 LD1 {v15.8b},[x5] //au1_cur_row = vld1_u8(pu1_src_cpy [all...] |
ihevc_intra_pred_chroma_dc.s | 120 sub x20, x5, #32 //log2nt 121 neg x5, x20 123 mov x12,x5 197 add x5, x2, x3 201 add x8, x5, x3 209 st2 {v16.8b, v17.8b}, [x5],#16 217 st2 {v16.8b, v17.8b}, [x5], x6 223 st2 {v16.8b, v17.8b}, [x5],#16 228 st2 {v16.8b, v17.8b}, [x5], x6 233 st2 {v16.8b, v17.8b}, [x5],#1 [all...] |
ihevc_intra_pred_luma_vert.s | 107 lsl x5, x4, #1 //2nt 113 add x5, x5, #1 //2nt+1 114 add x6, x0, x5 //&src[2nt+1] 117 add x5, x2, x3 119 add x8, x5, x3 127 st1 {v20.8b, v21.8b}, [x5],#16 132 st1 {v22.8b, v23.8b}, [x5], x11 140 st1 {v20.8b, v21.8b}, [x5],#16 145 st1 {v22.8b, v23.8b}, [x5], x1 [all...] |
ihevc_intra_pred_chroma_mode2.s | 146 lsl x5, x3, #2 176 st2 {v16.8b, v17.8b},[x6],x5 177 st2 {v18.8b, v19.8b},[x7],x5 179 st2 {v20.8b, v21.8b},[x9],x5 180 st2 {v22.8b, v23.8b},[x14],x5 181 st2 {v24.8b, v25.8b},[x6],x5 184 st2 {v26.8b, v27.8b},[x7],x5 185 st2 {v28.8b, v29.8b},[x9],x5 186 st2 {v30.8b, v31.8b},[x14],x5 244 st2 {v16.8b, v17.8b},[x6],x5 [all...] |
/external/libavc/common/ |
ih264_ihadamard_scaling.c | 96 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local 107 x5 = pi2_src_ptr[1]; 112 x1 = x5 + x6; 113 x2 = x5 - x6; 129 x5 = pi4_tmp_ptr[4]; 134 x1 = x5 + x6; 135 x2 = x5 - x6;
|
ih264_resi_trans_quant.c | 125 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local 135 x5 = pu1_src[1] - pu1_pred[1]; 141 x1 = x5 + x6; 142 x2 = x5 - x6; 162 x5 = pi2_out_tmp[4]; 168 x1 = x5 + x6; 169 x2 = x5 - x6; 273 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local 283 x5 = pu1_src[2] - pu1_pred[2]; 289 x1 = x5 + x6 422 WORD32 x0,x1,x2,x3,x4,x5,x6,x7,i4_value; local 550 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local [all...] |
/external/pdfium/core/fxge/fontdata/chromefontdata/ |
FoxitSansBoldItalic.cpp | 15 0xfa, 0x56, 0x5, 0xf7, 0x3c, 0xf, 0xf8, 0x9c, 0x11, 0xb1, 0x1c, 0x39, 16 0xfc, 0x12, 0x0, 0x4, 0x1, 0x1, 0x5, 0x2f, 0x48, 0x55, 0x45, 0x75, 27 0x5, 0x0, 0x68, 0x0, 0x0, 0x9, 0x37, 0x0, 0x7c, 0x0, 0x0, 0x42, 57 0xc9, 0x4, 0x5a, 0x5, 0x4, 0x5, 0x21, 0x5, 0x5f, 0x5, 0x97, 0x5, 58 0xcc, 0x5, 0xf3, 0x6, 0x1a, 0x6, 0x2e, 0x6, 0x40, 0x6, 0x55, 0x6, 86 0xde, 0x2d, 0xee, 0x2e, 0x1e, 0x2e, 0x6a, 0x2e, 0xe8, 0x2f, 0x5, 0x2f [all...] |
/system/core/libunwindstack/tests/ |
ElfCacheTest.cpp | 82 MapInfo info1(start, end, 0, 0x5, tf.path); 83 MapInfo info2(start, end, 0, 0x5, tf.path); 123 MapInfo info0_1(start, end, 0, 0x5, tf.path); 124 MapInfo info0_2(start, end, 0, 0x5, tf.path); 126 MapInfo info100_1(start, end, 0x100, 0x5, tf.path); 127 MapInfo info100_2(start, end, 0x100, 0x5, tf.path); 129 MapInfo info200_1(start, end, 0x200, 0x5, tf.path); 130 MapInfo info200_2(start, end, 0x200, 0x5, tf.path); 132 MapInfo info300_1(start, end, 0x300, 0x5, tf.path); 133 MapInfo info300_2(start, end, 0x300, 0x5, tf.path) [all...] |
/external/valgrind/none/tests/mips64/ |
branches.c | 362 TESTINST4("beq", 6, 0x5, 0x5, 8, 9, 10); 370 TESTINST4("beq", 14, -1, 0x5, 2, 25, 24); 381 TESTINST4("bne", 6, 0x5, 0x5, 8, 9, 10); 389 TESTINST4("bne", 14, -1, 0x5, 2, 25, 24); 400 TESTINST5("beqz", 6, 0x5, 8, 9); 419 TESTINST5("bgez", 6, 0x5, 8, 9); 438 TESTINST5("bgtz", 6, 0x5, 8, 9); 457 TESTINST5("blez", 6, 0x5, 8, 9) [all...] |
/external/valgrind/none/tests/arm64/ |
memory.stdout.exp | 108 LDR,STR (immediate, uimm12)ldr x13, [x5, #24] with x5 = middle_of_block+-1, x6=0 135 0 x5 (sub, base reg) 138 ldr w13, [x5, #20] with x5 = middle_of_block+1, x6=0 165 0 x5 (sub, base reg) 168 ldrh w13, [x5, #44] with x5 = middle_of_block+2, x6=0 195 0 x5 (sub, base reg) 198 ldrb w13, [x5, #56] with x5 = middle_of_block+3, x6= [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/ |
nps400-7.d | 9 0: 5823 0224 10c5 mrgb r0,r0,r1,0x4,0x5,0x3,0x8,0x6,0x2 10 6: 5a23 8224 10c5 mrgb.cl r2,r2,r1,0x4,0x5,0x3,0x8,0x6,0x2 13 18: 5b81 01cf f945 ext4b r3,r3,r12,0x1c,0x5,0xa,0x1e,0x1f 14 1e: 5aa1 81cf f945 ext4b.cl r2,r13,0x1c,0x5,0xa,0x1e,0x1f 15 24: 5b82 01cf f945 ins4b r3,r3,r12,0x5,0xa,0x1e,0x1f,0x1c 16 2a: 5aa2 81cf f945 ins4b.cl r2,r13,0x5,0xa,0x1e,0x1f,0x1c 20 48: 5990 14a0 b621 b1a1 mov3b r1,r1,r12,0xc,0x3,0x1,0x3,0x2,0xd,0x5,0x1,0x2 22 58: 5831 7fe0 d23b 0845 mov3bcl r0,r1,0x2,0x1,0x5,0x16,0x2,0x2,0x1f,0x2,0x3 27 80: 58d0 2068 e3fa 97c8 mov4b r0,r0,r14,0x5,0x1,0x8,0x15,0,0x1e,0x3,0x3,0x1f,0x8,0x2,0x8
|
/external/llvm/test/MC/AArch64/ |
arm64-elf-relocs.s | 8 add x5, x7, #:dtprel_lo12:sym 9 // CHECK: add x5, x7, :dtprel_lo12:sym 24 add x5, x0, #:tlsdesc_lo12:sym 25 // CHECK: add x5, x0, :tlsdesc_lo12:sym 32 add x5, x7, #:dtprel_lo12:sym+1 33 // CHECK: add x5, x7, :dtprel_lo12:sym+1 48 add x5, x0, #:tlsdesc_lo12:sym+70 49 // CHECK: add x5, x0, :tlsdesc_lo12:sym+70 119 ldrsb x5, [x6, :tprel_lo12:sym] 123 // CHECK: ldrsb x5, [x6, :tprel_lo12:sym [all...] |
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/ |
zsys_darwin.go | 19 sysNET_RT_TRASH = 0x5 33 sysCTL_DEBUG = 0x5 41 sysRTM_VERSION = 0x5 47 sysRTM_LOSING = 0x5 77 sysRTAX_IFA = 0x5
|
zsys_freebsd_386.go | 19 sysNET_RT_IFLISTL = 0x5 30 sysCTL_DEBUG = 0x5 38 sysRTM_VERSION = 0x5 44 sysRTM_LOSING = 0x5 71 sysRTAX_IFA = 0x5
|
zsys_freebsd_amd64.go | 19 sysNET_RT_IFLISTL = 0x5 30 sysCTL_DEBUG = 0x5 38 sysRTM_VERSION = 0x5 44 sysRTM_LOSING = 0x5 71 sysRTAX_IFA = 0x5
|
zsys_freebsd_arm.go | 19 sysNET_RT_IFLISTL = 0x5 30 sysCTL_DEBUG = 0x5 38 sysRTM_VERSION = 0x5 44 sysRTM_LOSING = 0x5 71 sysRTAX_IFA = 0x5
|
zsys_openbsd.go | 19 sysNET_RT_TABLE = 0x5 32 sysCTL_DEBUG = 0x5 41 sysRTM_VERSION = 0x5 47 sysRTM_LOSING = 0x5 82 sysRTAX_IFA = 0x5
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/ |
zsys_darwin.go | 19 sysNET_RT_TRASH = 0x5 33 sysCTL_DEBUG = 0x5 41 sysRTM_VERSION = 0x5 47 sysRTM_LOSING = 0x5 77 sysRTAX_IFA = 0x5
|
zsys_freebsd_386.go | 19 sysNET_RT_IFLISTL = 0x5 30 sysCTL_DEBUG = 0x5 38 sysRTM_VERSION = 0x5 44 sysRTM_LOSING = 0x5 71 sysRTAX_IFA = 0x5
|
zsys_freebsd_amd64.go | 19 sysNET_RT_IFLISTL = 0x5 30 sysCTL_DEBUG = 0x5 38 sysRTM_VERSION = 0x5 44 sysRTM_LOSING = 0x5 71 sysRTAX_IFA = 0x5
|
zsys_freebsd_arm.go | 19 sysNET_RT_IFLISTL = 0x5 30 sysCTL_DEBUG = 0x5 38 sysRTM_VERSION = 0x5 44 sysRTM_LOSING = 0x5 71 sysRTAX_IFA = 0x5
|
zsys_openbsd.go | 19 sysNET_RT_TABLE = 0x5 32 sysCTL_DEBUG = 0x5 41 sysRTM_VERSION = 0x5 47 sysRTM_LOSING = 0x5 82 sysRTAX_IFA = 0x5
|
/external/mesa3d/src/amd/addrlib/r800/ |
siaddrlib.cpp | 201 UINT_32 x5 = _BIT(tx,2); local 230 pipeBit0 = x3 ^ y3 ^ x5; 231 pipeBit1 = x5 ^ y5; 235 pipeBit0 = x4 ^ y3 ^ x5; 240 pipeBit0 = x4 ^ y3 ^ x5; 247 pipeBit1 = x5 ^ y4; 252 pipeBit0 = x4 ^ y3 ^ x5; 254 pipeBit2 = x5 ^ y5; 260 pipeBit2 = x5 ^ y5; 266 pipeBit2 = x5 ^ y5 350 UINT_32 x5 = 0; local 2040 UINT_32 x5 = 0; local 2149 UINT_32 x5 = _BIT(tileX, 2); local [all...] |
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue9036.go | 27 const x5 = 1p10 // ERROR "unexpected p10" const 35 fmt.Printf("%g %T\n", x5, x5)
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue9036.go | 27 const x5 = 1p10 // ERROR "unexpected p10" const 35 fmt.Printf("%g %T\n", x5, x5)
|