HomeSort by relevance Sort by last modified time
    Searched full:mnemonic (Results 226 - 250 of 329) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_text.c 837 if (str_match_nocase_whole(&cur, info->mnemonic)) {
843 if (str_match_no_case(&cur, info->mnemonic)) {
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/llvm/docs/
CodeGenerator.rst 288 supported by the target. Descriptions define things like the mnemonic for
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
parisc-mont.pl 987 my ($mnemonic,$mod,$args)=@_;
988 my $opcode = eval("\$$mnemonic");
990 ref($opcode) eq 'CODE' ? &$opcode($mod,$args) : "\t$mnemonic$mod\t$args";
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 67 stream->Add("%s ", this->Mnemonic());
134 const char* LArithmeticD::Mnemonic() const {
148 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 70 stream->Add("%s ", this->Mnemonic());
137 const char* LArithmeticD::Mnemonic() const {
151 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/openssl/crypto/bn/asm/
parisc-mont.pl 987 my ($mnemonic,$mod,$args)=@_;
988 my $opcode = eval("\$$mnemonic");
990 ref($opcode) eq 'CODE' ? &$opcode($mod,$args) : "\t$mnemonic$mod\t$args";
  /external/v8/src/arm/
lithium-arm.cc 93 stream->Add("%s ", this->Mnemonic());
161 const char* LArithmeticD::Mnemonic() const {
175 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/v8/src/
hydrogen.cc     [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 95 stream->Add("%s ", this->Mnemonic());
158 const char* LArithmeticD::Mnemonic() const {
172 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 93 stream->Add("%s ", this->Mnemonic());
161 const char* LArithmeticD::Mnemonic() const {
175 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 95 stream->Add("%s ", this->Mnemonic());
163 const char* LArithmeticD::Mnemonic() const {
177 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/oprofile/events/i386/nehalem/
unit_masks 215 0x08 return_near Counts indirect near branches that have a return mnemonic
226 0x08 return_near Counts mispredicted indirect branches that have a rear return mnemonic
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
auto-host.h 319 /* Define if your assembler supports the ffreep mnemonic. */
349 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
auto-host.h 319 /* Define if your assembler supports the ffreep mnemonic. */
349 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
auto-host.h 319 /* Define if your assembler supports the ffreep mnemonic. */
349 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
auto-host.h 319 /* Define if your assembler supports the ffreep mnemonic. */
349 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_defs.h 394 enum Mnemonic {
  /docs/source.android.com/src/devices/tech/dalvik/
instruction-formats.jd 85 <th>Mnemonic</th>
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 1084 opcode_info->mnemonic);
  /external/elfutils/src/
objdump.c 708 /* We limit the number of bytes printed before the mnemonic to 8.
  /external/llvm/include/llvm/IR/
Attributes.h 176 /// \brief The Attribute is converted to a string of equivalent mnemonic. This
  /external/llvm/lib/Target/Sparc/
SparcInstr64Bit.td 224 // zero-extended to i64. Their mnemonic is lduw in SPARC v9 (Load Unsigned
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 1084 opcode_info->mnemonic);
  /external/qemu/distrib/sdl-1.2.15/src/video/
mmx.h 33 parallel AND operation mnemonic correctly. If the

Completed in 1414 milliseconds

1 2 3 4 5 6 7 8 91011>>