/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
regt-op.s | 37 STT X,Y 64 STT $59,Y 91 STT X,$222 118 STT $223,$249
|
regt-op.l | 40 37 0080 A9170C00 STT X,Y 71 64 00e8 A93B0C00 STT \$59,Y 98 91 0150 A917DE00 STT X,\$222 129 118 01b8 A9DFF900 STT \$223,\$249
|
list-insns.s | 178 STT $32,$10,$151 179 STT $12,$20,205
|
list-insns.l | 193 178 02ac A8200A97 STT \$32,\$10,\$151 194 179 02b0 A90C14CD STT \$12,\$20,205
|
/toolchain/binutils/binutils-2.25/gold/ |
symtab.h | 214 elfcpp::STT 220 set_type(elfcpp::STT type) 879 elfcpp::STT type, elfcpp::STB binding, 894 elfcpp::STT, elfcpp::STB, elfcpp::STV, 901 Output_segment* os, elfcpp::STT type, 909 init_base_constant(const char* name, const char* version, elfcpp::STT type, 915 init_base_undefined(const char* name, const char* version, elfcpp::STT type, 1006 elfcpp::STT type_ : 4; [all...] |
symtab.cc | 55 elfcpp::STT type, elfcpp::STB binding, 135 Output_data* od, elfcpp::STT type, 154 Output_segment* os, elfcpp::STT type, 174 elfcpp::STT type, elfcpp::STB binding, 190 elfcpp::STT type, elfcpp::STB binding, 233 Size_type symsize, elfcpp::STT type, 253 Size_type symsize, elfcpp::STT type, 273 elfcpp::STT type, elfcpp::STB binding, 288 elfcpp::STT type, elfcpp::STB binding, [all...] |
resolve.cc | 176 unsigned int shndx, bool is_ordinary, elfcpp::STT type) 363 elfcpp::STT fromtype = (object->pluginobj() != NULL 443 elfcpp::STT fromtype, Defined defined, 910 elfcpp::STT fromtype, [all...] |
script.h | 115 elfcpp::STT* type, elfcpp::STV* vis, unsigned char* nonvis,
|
expression.cc | 72 elfcpp::STT* type_pointer; 114 elfcpp::STT* type_pointer, [all...] |
incremental.cc | [all...] |
object.h | 105 elfcpp::STT enclosing_symbol_type; [all...] |
script.cc | 983 elfcpp::STT type = elfcpp::STT_NOTYPE; [all...] |
arm.cc | [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Include/Omap3530/ |
Omap3530I2c.h | 42 #define STT BIT0
|
/device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/ |
Omap3530I2c.h | 42 #define STT BIT0
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/SmbusDxe/ |
Smbus.c | 169 MmioWrite16(I2C_CON, (I2C_EN | MST | STP | STT));
200 MmioWrite16(I2C_CON, (I2C_EN | TRX | MST | STT | STP));
|
/device/linaro/bootloader/edk2/Omap35xxPkg/SmbusDxe/ |
Smbus.c | 169 MmioWrite16(I2C_CON, (I2C_EN | MST | STP | STT));
200 MmioWrite16(I2C_CON, (I2C_EN | TRX | MST | STT | STP));
|
/external/clang/test/OpenMP/ |
target_map_codegen.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
AlphaLLRP.cpp | 69 case Alpha::STT: case Alpha::STS:
|
AlphaInstrInfo.cpp | 61 case Alpha::STT: 160 BuildMI(MBB, MI, DL, get(Alpha::STT))
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
elfcpp.h | 533 enum STT 567 inline STT 570 return static_cast<STT>(info & 0xf); 574 elf_st_info(STB bind, STT type) [all...] |