HomeSort by relevance Sort by last modified time
    Searched refs:FSUB (Results 1 - 25 of 33) sorted by null

1 2

  /external/javassist/src/main/javassist/bytecode/
Opcode.java 110 int FSUB = 102;
346 -1, // fsub, 102
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 228 FADD, FSUB, FMUL, FMA, FDIV, FREM,
    [all...]
  /external/qemu/target-i386/
ops_sse_header.h 69 SSE_HELPER_B(psubb, FSUB)
70 SSE_HELPER_W(psubw, FSUB)
71 SSE_HELPER_L(psubl, FSUB)
72 SSE_HELPER_Q(psubq, FSUB)
ops_sse.h 334 #define FSUB(a, b) ((a) - (b))
367 SSE_HELPER_B(helper_psubb, FSUB)
368 SSE_HELPER_W(helper_psubw, FSUB)
369 SSE_HELPER_L(helper_psubl, FSUB)
370 SSE_HELPER_Q(helper_psubq, FSUB)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 59 // Implements expansion for FNEG; falls back to UnrollVectorOp if FSUB
176 case ISD::FSUB:
465 if (TLI.isOperationLegalOrCustom(ISD::FSUB, Op.getValueType())) {
467 return DAG.getNode(ISD::FSUB, Op.getDebugLoc(), Op.getValueType(),
SelectionDAGBuilder.cpp     [all...]
SelectionDAGDumper.cpp 176 case ISD::FSUB: return "fsub";
LegalizeFloatTypes.cpp 91 case ISD::FSUB: R = SoftenFloatRes_FSUB(N); break;
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp 412 !TLI.isOperationLegalOrCustom(ISD::FSUB, Op.getValueType()))
415 // fold (fsub (fadd A, B)) -> (fsub (fneg A), B)
419 // fold (fneg (fadd A, B)) -> (fsub (fneg B), A)
422 case ISD::FSUB:
426 // fold (fneg (fsub A, B)) -> (fsub B, A)
471 // fold (fneg (fadd A, B)) -> (fsub (fneg A), B)
475 return DAG.getNode(ISD::FSUB, Op.getDebugLoc(), Op.getValueType(),
479 // fold (fneg (fadd A, B)) -> (fsub (fneg B), A
    [all...]
LegalizeVectorTypes.cpp 104 case ISD::FSUB:
515 case ISD::FSUB:
    [all...]
FastISel.cpp     [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 129 public static final int FSUB = 0x66;
456 "66 - fsub;" +
BytecodeArray.java 620 case ByteOps.FSUB:
    [all...]
  /external/valgrind/main/none/tests/ppc32/
round.c 32 FADD, FSUB, FMUL, FDIV, FMADD,
43 "fadd", "fsub", "fmul", "fdiv", "fmadd", "fmsub", "fnmadd",
473 BINOP("fsub");
932 case FSUB:
1087 case FSUB:
1088 BINOP("fsub");
  /external/valgrind/main/none/tests/ppc64/
round.c 32 FADD, FSUB, FMUL, FDIV, FMADD,
43 "fadd", "fsub", "fmul", "fdiv", "fmadd", "fmsub", "fnmadd",
473 BINOP("fsub");
932 case FSUB:
1087 case FSUB:
1088 BINOP("fsub");
  /prebuilt/common/asm/
asm-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-4.0.jar 
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 935 '-', DSUB, FSUB, LSUB, ISUB,
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 324 case FSUB:
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 789 // (fneg (fsub (fmul R64FP:$rA, R64FP:$rB), R64FP:$rC))
791 if (Op0.getOpcode() == ISD::FSUB) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 715 setOperationAction(ISD::FSUB, (MVT::SimpleValueType)VT, Expand);
    [all...]
  /external/dexmaker/lib/
jarjar.jar 

Completed in 275 milliseconds

1 2