HomeSort by relevance Sort by last modified time
    Searched full:lstore (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /dalvik/dx/tests/105-verify-load-store-ops/
op_lstore.j 23 lstore 5
build 57 oneop lstore
expected.txt 36 lstore: expected failure occurred
run 62 oneop lstore
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/
VarInsnNode.java 54 * ALOAD, ISTORE, LSTORE, FSTORE, DSTORE, ASTORE or RET.
67 * LLOAD, FLOAD, DLOAD, ALOAD, ISTORE, LSTORE, FSTORE, DSTORE, ASTORE
  /dalvik/dx/tests/032-bb-live-code/
blort.j 215 lstore 5
335 lstore 0x100
expected.txt 311 0045: lstore 05 // category-2
487 00f0: wide lstore 0100 // category-2
  /external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/
global-load-store.ll 76 ; ASM-NEXT: .Lstore$__0:
89 ; IASM-NEXT: .Lstore$__0:
  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 93 "lstore", /* 55*/
InstructionPrinter.java 82 case LSTORE:
158 case LSTORE:
Opcode.java 204 int LSTORE = 55;
299 -2, // lstore, 55
Bytecode.java 605 * Appends LSTORE or LSTORE_<n>
613 addOpcode(LSTORE); // lstore
618 addOpcode(LSTORE);
    [all...]
  /external/libffi/src/xtensa/
sysv.S 99 bne a4, a5, .Lstore
114 .Lstore:
  /external/python/cpython2/Modules/_ctypes/libffi/src/xtensa/
sysv.S 99 bne a4, a5, .Lstore
114 .Lstore:
  /external/python/cpython3/Modules/_ctypes/libffi/src/xtensa/
sysv.S 99 bne a4, a5, .Lstore
114 .Lstore:
  /dalvik/dx/tests/024-code-bytecode/
expected.txt 109 0052: lstore 42 // category-2
276 01a0: wide lstore 20f1 // category-2
small-class.txt 113 37 42 # 0052: lstore 42
287 c437 20f1 # 01a1: wide lstore 20f1
  /external/javassist/src/main/javassist/bytecode/stackmap/
Liveness.java 302 case Opcode.LSTORE :
353 case Opcode.LSTORE :
  /external/annotation-tools/asmx/src/org/objectweb/asm/commons/
LocalVariablesSorter.java 77 case Opcodes.LSTORE:
  /external/proguard/src/proguard/classfile/instruction/
Instruction.java 92 false, // lstore
300 true, // lstore
509 2, // lstore
718 0, // lstore
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pj/
ops.s 116 lstore 41
  /external/annotation-tools/asmx/core/org/objectweb/asm/
Opcodes.class 
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
Interpreter.java 81 * ILOAD, LLOAD, FLOAD, DLOAD, ALOAD, ISTORE, LSTORE, FSTORE, DSTORE,
  /external/annotation-tools/asmx/src/org/objectweb/asm/util/
AbstractVisitor.java 64 + "LSTORE,FSTORE,DSTORE,ASTORE,,,,,,,,,,,,,,,,,,,,,IASTORE,"
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 715 SCformat *Lstore = static_cast<SCformat*>(m_sluL.Store);
721 m_l.resizeNonZeros(Lstore->nnz);
737 for (int k = 0; k <= Lstore->nsuper; ++k)
747 SNptr = &((Scalar*)Lstore->nzval)[L_NZ_START(j)];
    [all...]

Completed in 1217 milliseconds

1 2 3 4 5 6