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

<<31323334353637383940>>

  /external/v8/src/mips/
deoptimizer-mips.cc 196 ASSERT(Translation::BEGIN == static_cast<Translation::Opcode>(value));
217 Translation::Opcode opcode = local
218 static_cast<Translation::Opcode>(iterator.Next());
219 ASSERT(Translation::BEGIN == opcode);
220 USE(opcode);
226 opcode = static_cast<Translation::Opcode>(iterator.Next());
227 USE(opcode);
228 ASSERT(Translation::JS_FRAME == opcode);
    [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 180 ASSERT(Translation::BEGIN == static_cast<Translation::Opcode>(value));
204 Translation::Opcode opcode = local
205 static_cast<Translation::Opcode>(iterator.Next());
206 ASSERT(Translation::BEGIN == opcode);
207 USE(opcode);
213 opcode = static_cast<Translation::Opcode>(iterator.Next());
214 USE(opcode);
215 ASSERT(Translation::JS_FRAME == opcode);
    [all...]
assembler-x64.h 150 // in modR/M, SIB, and opcode bytes.
257 // in modR/M, SIB, and opcode bytes.
621 // One byte opcode for test eax,0xXXXXXXXX.
623 // One byte opcode for test al, 0xXX.
625 // One byte opcode for nop.
    [all...]
assembler-x64.cc 571 void Assembler::arithmetic_op(byte opcode, Register reg, const Operand& op) {
574 emit(opcode);
579 void Assembler::arithmetic_op(byte opcode, Register reg, Register rm_reg) {
581 ASSERT((opcode & 0xC6) == 2);
583 // Swap reg and rm_reg and change opcode operand order.
585 emit(opcode ^ 0x02);
589 emit(opcode);
595 void Assembler::arithmetic_op_16(byte opcode, Register reg, Register rm_reg) {
597 ASSERT((opcode & 0xC6) == 2);
599 // Swap reg and rm_reg and change opcode operand order
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 499 UChar opcode; local
560 opcode = *expr++;
561 switch (opcode) {
619 if (!get_Dwarf_Reg( &a1, opcode - DW_OP_breg0, regs ))
696 PUSH(opcode - DW_OP_lit0);
    [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /dalvik/dexdump/
DexDump.cpp 716 switch (dexGetFormatFromOpcode(pDecInsn->opcode)) {
869 if (pDecInsn->opcode == OP_NOP) {
884 printf("|%04x: %s", insnIdx, dexGetOpcodeName(pDecInsn->opcode));
892 switch (dexGetFormatFromOpcode(pDecInsn->opcode)) {
932 // The printed format varies a bit based on the actual opcode.
933 if (pDecInsn->opcode == OP_CONST_HIGH16) {
1101 Opcode opcode = dexOpcodeFromCodeUnit(instr); local
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c 719 params.opcode = op_code;
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 56 * pseudo-opcode used for nonstandard formatted "instructions"
65 // BEGIN(dops); GENERATED AUTOMATICALLY BY opcode-gen
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 59 * pseudo-opcode used for nonstandard formatted "instructions"
68 // BEGIN(dops); GENERATED AUTOMATICALLY BY opcode-gen
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp 461 Opcode opcode = dexOpcodeFromCodeUnit(*insns); local
462 if (opcode == OP_NEW_INSTANCE)
3254 Opcode opcode = dexOpcodeFromCodeUnit(*oldInsns); local
    [all...]
  /external/dropbear/
svr-chansession.c 432 unsigned char opcode; local
458 while (((opcode = buf_getbyte(ses.payload)) != 0x00) && opcode <= 159) {
465 if (opcode > MAX_TERMCODE) {
468 termcode = &termcodes[(unsigned int)opcode];
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 760 /// opcode for captured block variables layout 'instructions'.
762 /// (field following the opcode).
814 enum BLOCK_LAYOUT_OPCODE opcode; member in class:__anon5704::CGObjCCommonMac::RUN_SKIP
817 RUN_SKIP(enum BLOCK_LAYOUT_OPCODE Opcode = BLOCK_LAYOUT_OPERATOR,
820 : opcode(Opcode), block_var_bytepos(BytePos), block_var_size(Size) {}
2225 enum BLOCK_LAYOUT_OPCODE opcode ; local
2330 enum BLOCK_LAYOUT_OPCODE opcode = RunSkipBlockVars[i].opcode; local
2381 enum BLOCK_LAYOUT_OPCODE opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4); local
2421 enum BLOCK_LAYOUT_OPCODE opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4); local
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JIT.cpp 179 ASSERT_WITH_MESSAGE(m_interpreter->isOpcode(currentInstruction->u.opcode), "privateCompileMainPass gone bad @ %d", m_bytecodeOffset);
193 switch (m_interpreter->getOpcodeID(currentInstruction->u.opcode)) {
383 switch (m_interpreter->getOpcodeID(currentInstruction->u.opcode)) {
  /dalvik/vm/interp/
Interp.cpp 85 u1 originalOpcode; /* original 8-bit opcode value */
182 * Retrieve the opcode that was originally at the specified location.
186 * Returns "true" with the opcode in *pOrig on success.
200 * Check the opcode. If it's a "magic" NOP, indicating the start of
226 * For a new entry, this will extract and preserve the current opcode from
227 * the instruction stream, and replace it with a breakpoint opcode.
264 * Change the opcode. We must ensure that the BreakpointSet
265 * updates happen before we change the opcode.
273 * The class init code will "flush" all pending opcode writes
307 * opcode is restored
848 u2 opcode = GET_OPCODE(*pc); local
    [all...]
  /dalvik/vm/mterp/mips/
footer.S 264 GET_INST_OPCODE(t0) # extract opcode from rINST
401 GET_INST_OPCODE(t0) # extract opcode from rINST
636 GET_PREFETCHED_OPCODE(t0, rOBJ) # extract prefetched opcode from rOBJ
788 GET_INST_OPCODE(t0) # extract opcode from rINST
791 GET_INST_OPCODE(t0) # extract opcode from rINST
    [all...]
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h     [all...]
  /external/regex-re2/re2/
dfa.cc 631 switch (ip->opcode()) {
653 if (ip->opcode() == kInstEmptyWidth)
655 if (ip->opcode() == kInstMatch && !prog_->anchor_end())
843 switch (ip->opcode()) {
    [all...]
  /dalvik/vm/compiler/codegen/mips/Mips32/
Gen.cpp 69 int opcode = TEMPLATE_PERIODIC_PROFILING; local
71 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
  /dalvik/vm/compiler/codegen/mips/
MipsLIR.h 372 #define isPseudoOpCode(opCode) ((int)(opCode) < 0)
490 /* Bit flags describing the behavior of each native opcode */
567 /* Struct used to define the snippet positions for each Thumb opcode */
575 MipsOpCode opcode; member in struct:MipsEncodingMap
605 MipsOpCode opcode; member in struct:MipsLIR
  /external/javassist/src/main/javassist/bytecode/
ClassFileWriter.java 43 * mw.add(Opcode.ALOAD_0);
44 * mw.add(Opcode.INVOKESPECIAL);
47 * mw.add(Opcode.RETURN);
52 * mw.add(Opcode.ICONST_1);
53 * mw.add(Opcode.IRETURN);
410 * @see Opcode
433 * @see Opcode
435 public void addInvoke(int opcode, String targetClass, String methodName,
440 add(opcode);
  /external/openssh/
servconf.c 341 ServerOpCodes opcode; member in struct:__anon12457
482 return keywords[i].opcode;
724 ServerOpCodes opcode; local
740 opcode = parse_token(arg, filename, linenum, &flags);
746 if (*activep && opcode != sMatch)
759 switch (opcode) {
    [all...]
  /external/qemu/hw/
bt-hci-csr.c 188 opc = le16_to_cpu(((struct hci_command_hdr *) pkt)->opcode);
280 if (le16_to_cpu(((struct hci_command_hdr *) pkt)->opcode) == 0xfc00)
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 160 void ARMAssemblerProxy::dataProcessing( int opcode, int cc, int s,
163 mTarget->dataProcessing(opcode, cc, s, Rd, Rn, Op2);
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 

Completed in 1064 milliseconds

<<31323334353637383940>>