Home
last modified time | relevance | path

Searched refs:OPCODE_LI (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/sysdeps/powerpc/powerpc32/
Ddl-machine.c58 #define OPCODE_LI(rd,simm) OPCODE_ADDI(rd,0,simm) macro
252 tramp[4] = OPCODE_LI (12, (Elf32_Word) map); in __elf_machine_runtime_setup()
261 tramp[4] = OPCODE_LI (12, dlrr); in __elf_machine_runtime_setup()
266 tramp[7] = OPCODE_LI (12, (Elf32_Word) map); in __elf_machine_runtime_setup()
278 plt[offset ] = OPCODE_LI (11, i * 4); in __elf_machine_runtime_setup()
540 reloc_addr[0] = OPCODE_LI (11, index * 4); in __process_machine_rela()