HomeSort by relevance Sort by last modified time
    Searched refs:upper16 (Results 1 - 5 of 5) 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))
thumb2-movt-fixup.s 4 movt r3, :upper16:(_wilma-(LPC0_0+4))
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))
  /system/core/libnetutils/
packet.c 69 uint32_t upper16; local
78 while ((upper16 = (sum >> 16)) != 0) {
79 sum = (sum & 0xffff) + upper16;

Completed in 98 milliseconds