HomeSort by relevance Sort by last modified time
    Searched refs:opcode (Results 851 - 875 of 1019) sorted by null

<<31323334353637383940>>

  /external/openssl/crypto/aes/asm/
aesni-x86_64.pl     [all...]
  /external/openssl/crypto/modes/asm/
ghash-x86_64.pl 77 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
80 $code .= "\t$opcode\t".join(',',$arg,reverse @_)."\n";
  /external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java     [all...]
  /external/valgrind/main/perf/
tinycc.c 15020 uint16_t opcode; member in struct:ASMInstr
17665 int opcode; local
    [all...]
  /external/v8/src/arm/
lithium-arm.h 186 virtual Opcode opcode() const { return LInstruction::k##type; } \
216 enum Opcode {
224 virtual Opcode opcode() const = 0;
228 bool Is##type() const { return opcode() == k##type; }
233 // an opcode.
1108 virtual Opcode opcode() const { return LInstruction::kArithmeticD; } function in class:v8::internal::LArithmeticD
1125 virtual Opcode opcode() const { return LInstruction::kArithmeticT; } function in class:v8::internal::LArithmeticT
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 181 virtual Opcode opcode() const { return LInstruction::k##type; } \
211 enum Opcode {
219 virtual Opcode opcode() const = 0;
223 bool Is##type() const { return opcode() == k##type; }
228 // an opcode.
1109 virtual Opcode opcode() const { return LInstruction::kArithmeticD; } function in class:v8::internal::LArithmeticD
1130 virtual Opcode opcode() const { return LInstruction::kArithmeticT; } function in class:v8::internal::LArithmeticT
    [all...]
  /external/v8/src/mips/
lithium-mips.h 185 virtual Opcode opcode() const { return LInstruction::k##type; } \
215 enum Opcode {
223 virtual Opcode opcode() const = 0;
227 bool Is##type() const { return opcode() == k##type; }
232 // an opcode.
1088 virtual Opcode opcode() const { return LInstruction::kArithmeticD; } function in class:v8::internal::LArithmeticD
1105 virtual Opcode opcode() const { return LInstruction::kArithmeticT; function in class:v8::internal::LArithmeticT
    [all...]
  /external/v8/src/x64/
lithium-x64.h 186 virtual Opcode opcode() const { return LInstruction::k##type; } \
217 enum Opcode {
225 virtual Opcode opcode() const = 0;
229 bool Is##type() const { return opcode() == k##type; }
234 // an opcode.
1087 virtual Opcode opcode() const { return LInstruction::kArithmeticD; } function in class:v8::internal::LArithmeticD
1104 virtual Opcode opcode() const { return LInstruction::kArithmeticT; function in class:v8::internal::LArithmeticT
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/dnsmasq/src/
rfc1035.c 456 if (header->opcode == QUERY)
872 if (ntohs(header->qdcount) != 1 || header->opcode != QUERY)
1171 if (ntohs(header->qdcount) == 0 || header->opcode != QUERY )
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-x86_64.pl 364 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
367 $code .= "\t$opcode\t".join(',',$arg,reverse @_)."\n";
  /dalvik/vm/compiler/codegen/x86/libenc/
dec_base.cpp 39 if (b1 == 0x0F) { // .... but may be a part of SIMD opcode
49 if (b1 == 0x0F) { // .... but may be a part of SIMD opcode
52 return false; //XXX - currently considered as part of opcode//true;
100 //NOTE: prefix does not work for JMP Sz16, the opcode is 0x66 0xe9
172 // Unknown opcode
375 char *opcode_ptr = const_cast<char *>(odesc.opcode);
393 // Have REX.W in opcode. All mnemonics that allow
394 // REX.W have to have specified it in opcode,
405 // No REX.W, so it doesn't have to be in opcode. We
407 // not in opcode, they may extend any part of th
    [all...]
  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 472 static void dut_mode_recv(uint16_t opcode, uint8_t *buf, uint8_t len)
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 456 the opcode, or right before the REX prefix if one is present) */
472 /* opcode state */
478 /* The last byte of the opcode, not counting any ModR/M extension */
479 uint8_t opcode; member in struct:InternalInstruction
480 /* The ModR/M byte of the instruction, if it is an opcode extension */
485 /* The type of opcode, used for indexing into the array of decode tables */
518 /* A register or immediate operand encoded into the opcode */
582 const char *x86DisassemblerGetInstrName(unsigned Opcode, const void *mii);
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 223 bool ShouldOptimizeCast(Instruction::CastOps opcode,const Value *V,
  /external/proguard/src/proguard/classfile/editor/
ConstantPoolRemapper.java 462 new ConstantInstruction(constantInstruction.opcode,
  /external/regex-re2/re2/
onepass.cc 432 switch (ip->opcode()) {
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 106 void (GLAPIENTRY *glLogicOp) (GLenum opcode);
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 1866 uint16_t opcode; member in struct:__anon43728
1875 uint16_t opcode; member in struct:__anon43729
2322 uint16_t opcode; member in struct:__anon43780
2382 uint16_t opcode; member in struct:hci_filter
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 312 uint16_t opcode; member in struct:android::logic_op_state_t
  /system/core/libpixelflinger/
buffer.cpp 210 v = logic_op(c->state.logic_op.opcode, v, d);
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 122 dataProcessing( int opcode, int cc, int s,
  /external/libmtp/src/
ptp.c 4314 uint16_t opcode; member in struct:__anon10142
4349 uint16_t opcode; member in struct:__anon10143
    [all...]
  /bionic/libc/netbsd/resolv/
res_send.c 337 if ((((const HEADER *)(const void *)buf1)->opcode == ns_o_update) &&
338 (((const HEADER *)(const void *)buf2)->opcode == ns_o_update))
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 394 public void glLogicOp(int opcode) {
395 mgl.glLogicOp(opcode);

Completed in 1379 milliseconds

<<31323334353637383940>>