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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.h 29 /* Mnemonic 1: The natural numbers, N = { 0, 1, 2, 3, ... } */
30 /* Mnemonic 2: Nnnn = u_N_signed, _N_ot signed */
41 /* Mnemonic 1: The whole numbers, Z = { 0, -1, 1, -2, 2, -3, 3, ... } */
42 /* Mnemonic 2: Zzzz = Ssss_igned */
insn.c 2 * Mnemonic instruction bytecode
  /external/chromium_org/tools/grit/grit/gather/
interface.py 95 '''Returns the mnemonic IDs that need to be defined for the resource
  /external/chromium_org/v8/src/
hydrogen-range-analysis.cc 164 value->Mnemonic(),
property-details.h 153 const char* Mnemonic() const;
  /external/linux-tools-perf/Documentation/
perf-list.txt 50 Num. Value Mnemonic Description Comment
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader_op.c 160 opcode_info[op].mnemonic);
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-sparcv9a.pl 551 my ($mnemonic,$rs1,$rs2,$rd)=@_;
559 $ref = "$mnemonic\t$rs1,$rs2,$rd";
561 if ($opf=$visopf{$mnemonic}) {
580 my ($mnemonic,$rs1,$rs2,$rd)=@_;
582 my $ref="$mnemonic\t$rs1,$rs2,$rd";
  /external/openssl/crypto/sha/asm/
sha1-sparcv9a.pl 551 my ($mnemonic,$rs1,$rs2,$rd)=@_;
559 $ref = "$mnemonic\t$rs1,$rs2,$rd";
561 if ($opf=$visopf{$mnemonic}) {
580 my ($mnemonic,$rs1,$rs2,$rd)=@_;
582 my $ref="$mnemonic\t$rs1,$rs2,$rd";
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86_64-xlate.pl 41 # 6. Don't use [or hand-code with .byte] "rep ret." "ret" mnemonic is
176 sub mnemonic {
228 die if (opcode->mnemonic() ne "mov");
229 opcode->mnemonic("lea");
275 $sz="q" if ($self->{asterisk} || opcode->mnemonic() eq "movq");
276 $sz="l" if (opcode->mnemonic() eq "movd");
416 if ($nasm && opcode->mnemonic()=~m/^j/) {
803 my $asm = eval("\$".$opcode->mnemonic());
844 undef $sz if ($nasm && $opcode->mnemonic() eq "lea");
175 sub mnemonic { subroutine
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 85 StringRef Mnemonic);
157 k_Token, // The mnemonic; other raw tokens the auto-generated
    [all...]
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 41 # 6. Don't use [or hand-code with .byte] "rep ret." "ret" mnemonic is
176 sub mnemonic {
228 die if (opcode->mnemonic() ne "mov");
229 opcode->mnemonic("lea");
275 $sz="q" if ($self->{asterisk} || opcode->mnemonic() eq "movq");
276 $sz="l" if (opcode->mnemonic() eq "movd");
416 if ($nasm && opcode->mnemonic()=~m/^j/) {
803 my $asm = eval("\$".$opcode->mnemonic());
844 undef $sz if ($nasm && $opcode->mnemonic() eq "lea");
175 sub mnemonic { subroutine
    [all...]
  /external/v8/src/arm/
lithium-arm.h 185 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
188 virtual const char* Mnemonic() const { return mnemonic; } \
211 virtual const char* Mnemonic() const = 0;
1110 virtual const char* Mnemonic() const;
    [all...]
  /external/v8/src/mips/
lithium-mips.h 184 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
187 virtual const char* Mnemonic() const { return mnemonic; } \
210 virtual const char* Mnemonic() const = 0;
1090 virtual const char* Mnemonic() const;
1107 virtual const char* Mnemonic() const;
    [all...]
  /external/v8/src/x64/
lithium-x64.h 185 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
188 virtual const char* Mnemonic() const { return mnemonic; } \
212 virtual const char* Mnemonic() const = 0;
1089 virtual const char* Mnemonic() const;
1106 virtual const char* Mnemonic() const;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 331 report_error( ctx, "%s: Invalid number of destination operands, should be %u", info->mnemonic, info->num_dst );
334 report_error( ctx, "%s: Invalid number of source operands, should be %u", info->mnemonic, info->num_src );
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 331 report_error( ctx, "%s: Invalid number of destination operands, should be %u", info->mnemonic, info->num_dst );
334 report_error( ctx, "%s: Invalid number of source operands, should be %u", info->mnemonic, info->num_src );
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMFilter.java 170 * <p>%REVIEW% Should that 0xFFFF have a mnemonic assigned to it?
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 847 void setValueMnemonic (final String mnemonic)
849 if (mnemonic == null) throw new IllegalArgumentException ("null input: mnemonic");
851 m_valueMnemonic = mnemonic;
    [all...]
  /external/javassist/src/main/javassist/bytecode/
InstructionPrinter.java 28 private final static String opcodes[] = Mnemonic.OPCODE;
  /external/libffi/src/alpha/
ffi.c 194 Tru64 UNIX as doesn't understand the imb mnemonic, so use call_pal
  /external/llvm/test/CodeGen/X86/
avx-basic.ll 126 ;;; an incorrect mnemonic of "movd" was printed for this instruction.
  /external/elfutils/libcpu/
i386_disasm.c 668 /* Mnemonic. */
670 if (unlikely (instrtab[cnt].mnemonic == MNE_INVALID))
784 str = mnestr.str + mneidx[instrtab[cnt].mnemonic];
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 327 StringRef Mnemonic);
649 StringRef Mnemonic) {
652 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic);
  /external/smack/src/org/xbill/DNS/
DNSSEC.java 67 private static Mnemonic algs = new Mnemonic("DNSSEC algorithm",
68 Mnemonic.CASE_UPPER);

Completed in 3060 milliseconds

1 2 3 45 6 7 8 91011>>