/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_PredictIntra_16x16_s.s | 242 UXTH sum, tVal2 ;// Extract the lower half for result 299 UXTH sum, sum ;// sum only byte rest cleared 443 UXTH tVal14, tVal14 ;// tVal14 = Cleared the upper half word 450 UXTH tVal12, tVal12 ;// tVal12 = Cleared the upper half word 451 UXTH tVal10, tVal10 ;// tVal12 = Cleared the upper half word
|
omxVCM4P10_PredictIntra_4x4_s.s | 179 UXTH tVal11, tVal11 ;// upsum1 (Clear the top junk bits) 218 UXTH Out0, Out0 ;// upsum1 (Clear the top junk bits) 400 UXTH tVal11, Out3, ROR #8 ;// tVal11= 00 00 i1 i2
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-fast-isel-conversion.ll | 57 ; CHECK: uxth w0, w0 332 ; CHECK: uxth w0, w0 387 ; CHECK: uxth w0, [[REG2]]
|
arm64-arith.ll | 126 ; CHECK: add x0, x1, w0, uxth #3
|
/external/llvm/test/CodeGen/ARM/ |
fast-isel-ext.ll | 66 ; v7: uxth r0, r0
|
fast-isel-call.ll | 64 ; ARM: uxth r2, r1 66 ; THUMB: uxth r2, r1
|
/external/chromium_org/v8/test/cctest/ |
test-disasm-arm64.cc | 379 COMPARE(add(w6, w7, Operand(w8, UXTH, 2)), "add w6, w7, w8, uxth #2"); 391 COMPARE(add(x2, csp, Operand(x3, UXTH, 1)), "add x2, csp, w3, uxth #1"); 405 COMPARE(sub(w6, w7, Operand(w8, UXTH, 2)), "sub w6, w7, w8, uxth #2"); 414 COMPARE(cmp(x2, Operand(x3, UXTH, 3)), "cmp x2, w3, uxth #3"); 417 COMPARE(sub(x2, csp, Operand(x3, UXTH, 1)), "sub x2, csp, w3, uxth #1") [all...] |
test-assembler-arm64.cc | 307 __ Mvn(w12, Operand(w2, UXTH, 2)); 380 __ Mov(w25, Operand(w13, UXTH, 2)); 563 __ Orr(x7, x0, Operand(x1, UXTH, 1)); 660 __ Orn(x7, x0, Operand(x1, UXTH, 1)); 729 __ And(x7, x0, Operand(x1, UXTH, 1)); 870 __ Bic(x7, x0, Operand(x1, UXTH, 1)); 998 __ Eor(x7, x0, Operand(x1, UXTH, 1)); 1067 __ Eon(x7, x0, Operand(x1, UXTH, 1)); [all...] |
/external/vixl/test/ |
test-disasm-a64.cc | 340 COMPARE(add(w6, w7, Operand(w8, UXTH, 2)), "add w6, w7, w8, uxth #2"); 352 COMPARE(add(x2, sp, Operand(x3, UXTH, 1)), "add x2, sp, w3, uxth #1"); 366 COMPARE(sub(w6, w7, Operand(w8, UXTH, 2)), "sub w6, w7, w8, uxth #2"); 375 COMPARE(cmp(x2, Operand(x3, UXTH, 3)), "cmp x2, w3, uxth #3"); 378 COMPARE(sub(x2, sp, Operand(x3, UXTH, 1)), "sub x2, sp, w3, uxth #1") [all...] |
test-assembler-a64.cc | 272 __ Mvn(w12, Operand(w2, UXTH, 2)); 438 __ Mov(w25, Operand(w13, UXTH, 2)); 522 __ Orr(x7, x0, Operand(x1, UXTH, 1)); 611 __ Orn(x7, x0, Operand(x1, UXTH, 1)); 678 __ And(x7, x0, Operand(x1, UXTH, 1)); 816 __ Bic(x7, x0, Operand(x1, UXTH, 1)); 940 __ Eor(x7, x0, Operand(x1, UXTH, 1)); 1007 __ Eon(x7, x0, Operand(x1, UXTH, 1)); [all...] |
/system/core/libpixelflinger/tests/arch-arm64/disassembler/ |
arm64_diassembler_test.cpp | 275 { 0x8b2f27cf, "add x15, x30, w15, uxth #1" }, 284 { 0xcb2f27cf, "sub x15, x30, w15, uxth #1" },
|
/external/llvm/test/MC/AArch64/ |
arm64-aliases.s | 88 cmp x2, w3, uxth #2 101 ; CHECK: cmp x2, w3, uxth #2 ; encoding: [0x5f,0x28,0x23,0xeb] 235 uxth w1, w2 240 ; CHECK: uxth w1, w2 246 uxth x1, w2 253 ; CHECK: uxth w1, w2
|
basic-a64-instructions.s | 19 add x20, sp, w19, uxth 27 // CHECK: add x20, sp, w19, uxth // encoding: [0xf4,0x23,0x33,0x8b] 37 add w21, w15, w17, uxth 45 // CHECK: add w21, w15, w17, uxth // encoding: [0xf5,0x21,0x31,0x0b] 55 add x7, x11, w13, uxth #4 59 // CHECK: add x7, x11, w13, uxth #4 // encoding: [0x67,0x31,0x2d,0x8b] 65 sub x20, sp, w19, uxth #4 73 // CHECK: sub x20, sp, w19, uxth #4 // encoding: [0xf4,0x33,0x33,0xcb] 82 sub w21, w15, w17, uxth 90 // CHECK: sub w21, w15, w17, uxth // encoding: [0xf5,0x21,0x31,0x4b [all...] |
/system/core/libpixelflinger/codeflinger/ |
Arm64Disassembler.cpp | 214 "uxtb","uxth","uxtw","uxtx",
|
/external/vixl/doc/ |
supported-instructions.md | 992 ### uxth ### 996 inline void uxth(const Register& rd, const Register& rn)
|
/art/runtime/arch/arm/ |
quick_entrypoints_arm.S | 391 uxth r2, r2 @ zero top 16 bits 421 uxth r3, r3 @ zero top 16 bits [all...] |
/external/chromium_org/v8/src/arm64/ |
disasm-arm64.cc | 470 mnemonic = "uxth"; [all...] |
macro-assembler-arm64-inl.h | 1216 void MacroAssembler::Uxth(const Register& rd, const Register& rn) { 1219 uxth(rd, rn); [all...] |
/external/vixl/src/a64/ |
disasm-a64.cc | 477 mnemonic = "uxth"; [all...] |
macro-assembler-a64.h | [all...] |
/art/compiler/utils/arm64/ |
assembler_arm64.cc | 496 ___ uxth(reg_w(reg.AsWRegister()), reg_w(reg.AsWRegister()));
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/ |
intra4x4_predict_v6.asm | 248 uxth r7, r9 ; [ a5]
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
intra4x4_predict_v6.asm | 248 uxth r7, r9 ; [ a5]
|
/external/lldb/source/Plugins/Instruction/ARM/ |
EmulateInstructionARM.h | 931 // A8.6.264 UXTH - Encoding T1
|
/external/valgrind/main/none/tests/arm/ |
v6intARM.c | 669 TESTINST2("uxth r0, r1", 0, r0, r1, 0); 670 TESTINST2("uxth r0, r1", 1, r0, r1, 0); 671 TESTINST2("uxth r0, r1", 0xffff, r0, r1, 0); 672 TESTINST2("uxth r0, r1", 0xffffffff, r0, r1, 0); [all...] |