HomeSort by relevance Sort by last modified time
    Searched refs:upper16 (Results 1 - 8 of 8) sorted by null

  /external/llvm/test/MC/ARM/
hilo-16bit-relocations.s 6 movt r0, :upper16:(L_foo$non_lazy_ptr - (L1 + 8))
10 @ CHECK: movt r0, :upper16:(L_foo$non_lazy_ptr-(L1+8))
arm_fixups.s 10 movt r9, :upper16:(_foo)
16 @ CHECK: movt r9, :upper16:_foo @ encoding: [A,0x90'A',0b0100AAAA,0xe3]
elf-movt.s 12 movt r0, :upper16:GOT-(.LPC0_2+8)
15 @ ASM-NEXT: movt r0, :upper16:(GOT-(.LPC0_2+8))
  /external/llvm/test/MC/MachO/ARM/
thumb2-movt-fixup.s 4 movt r3, :upper16:(_wilma-(LPC0_0+4))
thumb2-movw-fixup.s 11 movt r2, :upper16:L1
13 movt r12, :upper16:L2
static-movt-relocs.s 6 movt r0, :upper16:(bar + 16)
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-arm-linux.S 157 movt r1, #:upper16:vgPlain_stats__n_xindirs_32
168 movt r4, #:upper16:VG_(tt_fast) // r4 = &VG_(tt_fast)
182 movt r1, #:upper16:vgPlain_stats__n_xindir_misses_32
  /system/core/libnetutils/
packet.c 69 uint32_t upper16; local
78 while ((upper16 = (sum >> 16)) != 0) {
79 sum = (sum & 0xffff) + upper16;

Completed in 381 milliseconds