HomeSort by relevance Sort by last modified time
    Searched refs:RETURN (Results 151 - 175 of 317) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/eigen/lapack/
zlarft.f 198 * Quick return if possible
201 $ RETURN
323 RETURN
clarf.f 228 RETURN
dlarf.f 223 RETURN
slarf.f 223 RETURN
zlarf.f 228 RETURN
  /external/javassist/src/main/javassist/bytecode/
CodeAnalyzer.java 58 return maxStack - 1; // the base is 1.
90 if (isEnd(op)) // return, ireturn, athrow, ...
113 return true;
117 return true;
131 * a return address on the operand stack.
135 return false;
138 return false;
146 return false;
149 return true;
182 return true; // always branch
    [all...]
  /external/javassist/src/test/test/javassist/bytecode/analysis/
ScannerTest.java 167 /* 128 */ code.addOpcode(Opcode.RETURN);
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 48 RETURN,
195 /// isLegalAddressingMode - Return true if the addressing mode represented
202 /// getFunctionAlignment - Return the Log2 alignment of this function.
207 return EVT::getVectorVT(Ctx, MVT::i1, VT.getVectorNumElements());
208 return MVT::i1;
243 MVT getScalarShiftAmountTy(EVT LHSTy) const override { return MVT::i32; }
  /external/llvm/lib/Target/R600/MCTargetDesc/
R600MCCodeEmitter.cpp 86 return new R600MCCodeEmitter(MCII, MRI);
93 if (MI.getOpcode() == AMDGPU::RETURN ||
98 return;
163 return MRI.getEncodingValue(reg) >> HW_CHAN_SHIFT;
167 return MRI.getEncodingValue(RegNo) & HW_REG_MASK;
176 return MRI.getEncodingValue(MO.getReg());
177 return getHWReg(MO.getReg());
181 return MO.getImm();
  /external/llvm/lib/Target/R600/
R600EmitClauseMarkers.cpp 46 return 4;
48 return 0;
56 return 2;
61 return 4;
70 return 1 + NumLiteral;
75 return true;
77 return true;
85 return true;
87 return false;
94 case AMDGPU::RETURN
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 65 StdTypeList.RETURN_ADDRESS, "move-return-address");
597 /** {@code return void} */
599 new Rop(RegOps.RETURN, Type.VOID, StdTypeList.EMPTY, Rop.BRANCH_RETURN,
600 "return-void");
602 /** {@code x: int; return x} */
604 new Rop(RegOps.RETURN, Type.VOID, StdTypeList.INT, Rop.BRANCH_RETURN,
605 "return-int");
607 /** {@code x: long; return x} */
609 new Rop(RegOps.RETURN, Type.VOID, StdTypeList.LONG, Rop.BRANCH_RETURN,
610 "return-long")
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java 65 StdTypeList.RETURN_ADDRESS, "move-return-address");
597 /** {@code return void} */
599 new Rop(RegOps.RETURN, Type.VOID, StdTypeList.EMPTY, Rop.BRANCH_RETURN,
600 "return-void");
602 /** {@code x: int; return x} */
604 new Rop(RegOps.RETURN, Type.VOID, StdTypeList.INT, Rop.BRANCH_RETURN,
605 "return-int");
607 /** {@code x: long; return x} */
609 new Rop(RegOps.RETURN, Type.VOID, StdTypeList.LONG, Rop.BRANCH_RETURN,
610 "return-long")
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rops.java 65 StdTypeList.RETURN_ADDRESS, "move-return-address");
597 /** {@code return void} */
599 new Rop(RegOps.RETURN, Type.VOID, StdTypeList.EMPTY, Rop.BRANCH_RETURN,
600 "return-void");
602 /** {@code x: int; return x} */
604 new Rop(RegOps.RETURN, Type.VOID, StdTypeList.INT, Rop.BRANCH_RETURN,
605 "return-int");
607 /** {@code x: long; return x} */
609 new Rop(RegOps.RETURN, Type.VOID, StdTypeList.LONG, Rop.BRANCH_RETURN,
610 "return-long")
    [all...]
  /bionic/libc/arch-x86_64/string/
sse2-memmove-slm.S 89 #define RETURN RETURN_END;
112 /* Copy [0..32] and return. */
123 /* Copy [0..64] and return. */
138 /* Copy [0..128] and return. */
334 /* Copy [0..32] and return. */
345 /* Copy [0..64] and return. */
360 /* Copy [0..128] and return. */
435 /* Copy [0..16] and return. */
476 RETURN
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 203 MAP.put(Rops.RETURN_INT, Dops.RETURN);
205 MAP.put(Rops.RETURN_FLOAT, Dops.RETURN);
282 * @return the corresponding dalvik opcode; one of the constants in
294 return result;
315 case RegOps.MOVE_EXCEPTION: return Dops.MOVE_EXCEPTION;
316 case RegOps.INVOKE_STATIC: return Dops.INVOKE_STATIC;
317 case RegOps.INVOKE_VIRTUAL: return Dops.INVOKE_VIRTUAL;
318 case RegOps.INVOKE_SUPER: return Dops.INVOKE_SUPER;
319 case RegOps.INVOKE_DIRECT: return Dops.INVOKE_DIRECT;
320 case RegOps.INVOKE_INTERFACE: return Dops.INVOKE_INTERFACE
    [all...]
DalvOps.java 49 public static final int RETURN = 0x0f;
Dops.java 121 Form10x.THE_ONE, false, "return-void");
123 public static final Dop RETURN =
124 new Dop(DalvOps.RETURN, DalvOps.RETURN,
125 Form11x.THE_ONE, false, "return");
129 Form11x.THE_ONE, false, "return-wide");
133 Form11x.THE_ONE, false, "return-object");
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 68 // Opcodes.RETURN
374 MAP.put(Rops.RETURN_INT, Dops.RETURN);
376 MAP.put(Rops.RETURN_FLOAT, Dops.RETURN);
453 * @return the corresponding dalvik opcode; one of the constants in
465 return result;
486 case RegOps.MOVE_EXCEPTION: return Dops.MOVE_EXCEPTION;
487 case RegOps.INVOKE_STATIC: return Dops.INVOKE_STATIC;
488 case RegOps.INVOKE_VIRTUAL: return Dops.INVOKE_VIRTUAL;
489 case RegOps.INVOKE_SUPER: return Dops.INVOKE_SUPER;
490 case RegOps.INVOKE_DIRECT: return Dops.INVOKE_DIRECT
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java 69 // Opcodes.RETURN
375 MAP.put(Rops.RETURN_INT, Dops.RETURN);
377 MAP.put(Rops.RETURN_FLOAT, Dops.RETURN);
454 * @return the corresponding dalvik opcode; one of the constants in
466 return result;
487 case RegOps.MOVE_EXCEPTION: return Dops.MOVE_EXCEPTION;
488 case RegOps.INVOKE_STATIC: return Dops.INVOKE_STATIC;
489 case RegOps.INVOKE_VIRTUAL: return Dops.INVOKE_VIRTUAL;
490 case RegOps.INVOKE_SUPER: return Dops.INVOKE_SUPER;
491 case RegOps.INVOKE_DIRECT: return Dops.INVOKE_DIRECT
    [all...]
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 58 protected static final String RETURN = Separators.RETURN;
118 /** Return the match expression.
119 *@return the match expression that has previously been set.
122 return matchExpression;
127 return Class.forName(className);
130 return null;
136 return GenericObject.class.isAssignableFrom(other);
153 return obj;
194 return clone_obj
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.def 293 /* Return from a subroutine. */
295 DEF_RTL_EXPR(RETURN, "return", "", RTX_EXTRA)
297 /* Like RETURN, but truly represents only a function return, while
298 RETURN may represent an insn that also performs other functions
299 of the function epilogue. Like RETURN, this may also occur in
303 /* Special for EH return from subroutine. */
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 76 * @return {@code non-null;} list of basic blocks
82 return bb.getBlockList();
130 case ByteOps.RETURN: {
269 * @return {@code non-null;} the list of basic blocks
321 return result;
392 * unconditional branch, a return, or a switch)
450 return previousOffset;
ByteOps.java 204 public static final int RETURN = 0xb1;
532 "b1 - return;" +
628 * @return {@code non-null;} its name
638 return result;
645 * @return its format and allowed cp types
648 return OPCODE_INFO[opcode];
  /external/chromium_org/base/android/jni_generator/
jni_generator.py 41 return '***\nERROR: %s\n\n%s\n***' % (self.description, context)
121 return java_pod_type_map[java_type]
123 return java_type_map[java_type]
126 return java_pod_type_map[java_type[:-2]] + 'Array'
127 return 'jobjectArray'
131 return 'jclass'
133 return 'jobject'
139 return 'JniIntWrapper'
141 return JavaDataTypeToC(java_type)
145 """Returns a valid C return value for the given java type.""
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 59 public static final int RETURN = 0x0f;
339 * @return {@code true} iff the value has the right "shape" to be
355 return false;
357 return true;
362 return true;
365 return (opcode & 0xff00) == 0;
375 * @return {@code true} iff the opcode is an "extended" opcode
382 return (opcode >= 0x00ff);
390 * @return the extracted opcode
400 return ((lowByte == 0) || (lowByte == 0xff)) ? opcodeUnit : lowByte
    [all...]

Completed in 358 milliseconds

1 2 3 4 5 67 8 91011>>