HomeSort by relevance Sort by last modified time
    Searched full:lo16 (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mt/
relocs1.s 19 ; Test the %hi16 and %lo16 relocs
21 addui R1,R2,#%lo16(d2)
23 addui R1,R2,#%lo16(65536)
25 addui R1,R2,#%lo16($FFFFEEEE)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
reloc-merge-lo16.d 1 #name: MIPS ELF lo16 merge
2 #source: reloc-merge-lo16.s
3 #ld: -Treloc-merge-lo16.ld
6 # Test lo16 reloc calculation with string merging.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-tilepro/
reloc.s 16 { moveli r2,lo16(external_32a); moveli r3,lo16(external_32b) }
27 moveli r0, lo16(external_data1 - .)
42 .short lo16(external_32a)
43 .short lo16(external_32b)
  /toolchain/binutils/binutils-2.27/cpu/
iq2000.cpu 411 (name lo16)
416 (handlers (parse "lo16"))
470 "addi ${rt-rs},$lo16"
471 (+ OP_ADDI rt-rs lo16)
472 (set rt-rs (add rt-rs (ext SI (trunc HI lo16))))
476 "addi $rt,$rs,$lo16"
477 (+ OP_ADDI rs rt lo16)
478 (set rt (add rs (ext SI (trunc HI lo16))))
482 "addiu ${rt-rs},$lo16"
483 (+ OP_ADDIU rt-rs lo16)
    [all...]
iq2000m.cpu 562 "ldw $rt,$lo16($base)"
563 (+ OP_LDW base rt lo16)
565 (set addr (and (add base lo16) (inv 3)))
571 "sdw $rt,$lo16($base)"
572 (+ OP_SDW base rt lo16)
574 (set addr (and (add base lo16) (inv 3)))
618 "ldw $rt,$lo16"
619 (emit ldw rt lo16 (base 0))
623 "sdw $rt,$lo16"
624 (emit sdw rt lo16 (base 0)
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
hidden-vis-2.ll 5 ; CHECK: lwz r2, lo16(L_x$non_lazy_ptr)(r2)
6 ; CHECK: lwz r3, lo16(L_y$non_lazy_ptr)(r3)
indirectbr.ll 62 ; PIC: li r[[R1:[0-9]+]], lo16(Ltmp0-L0$pb)
66 ; STATIC: li r[[R0:[0-9]+]], lo16(Ltmp0)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-nios2/
hilo16.d 1 #name: NIOS2 R_NIOS2_HI16,LO16,HIADJ16
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCFixupKinds.h 26 /// fixup_ppc_lo16 - A 16-bit fixup corresponding to lo16(_foo) for instrs
34 /// fixup_ppc_lo14 - A 14-bit fixup corresponding to lo16(_foo) for instrs
  /external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
stubs.ll 14 ; CHECK: lwzu r12,lo16(___floatditf$lazy_ptr)(r11)
available-externally.ll 43 ; PIC: lwzu r12,lo16(L_exact_log2$lazy_ptr-L_exact_log2$stub$tmp)(r11)
59 ; DYNAMIC: lwzu r12,lo16(L_exact_log2$lazy_ptr)(r11)
indirectbr.ll 51 ; PIC: li r[[R1:[0-9]+]], lo16(Ltmp0-L0$pb)
54 ; STATIC: li r[[R0:[0-9]+]], lo16(Ltmp0)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/v850/
split-lo16.d 2 #name: V850E split LO16 tests
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-v850/
v850.exp 20 run_dump_test "split-lo16"
split-lo16.d 1 #source: split-lo16.s -mv850e
2 #ld: -Tsplit-lo16.ld
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCFixupKinds.h 36 /// fixup_ppc_half16 - A 16-bit fixup corresponding to lo16(_foo)
40 /// fixup_ppc_half16ds - A 14-bit fixup corresponding to lo16(_foo) with
  /toolchain/binutils/binutils-2.27/opcodes/
iq2000-opc.c 251 /* addi ${rt-rs},$lo16 */
254 { { MNEM, ' ', OP (RT_RS), ',', OP (LO16), 0 } },
257 /* addi $rt,$rs,$lo16 */
260 { { MNEM, ' ', OP (RT), ',', OP (RS), ',', OP (LO16), 0 } },
263 /* addiu ${rt-rs},$lo16 */
266 { { MNEM, ' ', OP (RT_RS), ',', OP (LO16), 0 } },
269 /* addiu $rt,$rs,$lo16 */
272 { { MNEM, ' ', OP (RT), ',', OP (RS), ',', OP (LO16), 0 } },
311 /* andi ${rt-rs},$lo16 */
314 { { MNEM, ' ', OP (RT_RS), ',', OP (LO16), 0 } }
    [all...]
iq2000-desc.c 433 /* lo16: 16 bit signed immediate, for low */
434 { "lo16", IQ2000_OPERAND_LO16, HW_H_UINT, 15, 16,
475 /* addi ${rt-rs},$lo16 */
480 /* addi $rt,$rs,$lo16 */
485 /* addiu ${rt-rs},$lo16 */
490 /* addiu $rt,$rs,$lo16 */
525 /* andi ${rt-rs},$lo16 */
530 /* andi $rt,$rs,$lo16 */
535 /* andoi ${rt-rs},$lo16 */
540 /* andoi $rt,$rs,$lo16 */
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPC.h 69 /// the function's picbase, e.g. lo16(symbol-picbase).
73 /// the non_lazy_ptr for the global, e.g. lo16(symbol$non_lazy_ptr-picbase).
84 /// MO_LO, MO_HA - lo16(symbol) and ha16(symbol)
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPC.h 56 /// MO_LO16, MO_HA16 - lo16(symbol) and ha16(symbol)
60 /// the function's picbase, e.g. lo16(symbol-picbase).
64 /// the non_lazy_ptr for the global, e.g. lo16(symbol$non_lazy_ptr-picbase).
  /toolchain/binutils/binutils-2.27/gas/doc/
c-m32c.texi 105 mov.w #%lo16(sym),a0
109 @item %lo16
124 mov.w #%lo16(sym),a0
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
elf-rel.d 5 # Test the HI16/LO16 generation.
elfel-rel.d 6 # Test the HI16/LO16 generation.
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 129 // Return matching *LO16 relocation (Mips specific)
149 // *LO16 part. (Mips specific)
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 88 /// MO_GOT_HI16/LO16, MO_CALL_HI16/LO16 - Relocations used for large GOTs.

Completed in 880 milliseconds

1 2 3 4 5 6