Home
last modified time | relevance | path

Searched defs:lea (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf64-x86-64.c1250 static const unsigned char lea[] = { 0x48, 0x8d, 0x3d }; in elf_x86_64_check_tls_transition() local
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf64-x86-64.c1226 static const unsigned char lea[] = { 0x48, 0x8d, 0x3d }; in elf_x86_64_check_tls_transition() local
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.h145 const int lea; /* cost of a lea instruction */ member
Di386.cc16646 memory_address_length (rtx addr, bool lea) in memory_address_length()