Searched defs:FSUB (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A Dround.c32 FADD, FSUB, FMUL, FDIV, FMADD, enumerator in enum:__anon11421
932 case FSUB:
1087 case FSUB:
/external/valgrind/main/none/tests/ppc64/
H A Dround.c32 FADD, FSUB, FMUL, FDIV, FMADD, enumerator in enum:__anon11448
932 case FSUB:
1087 case FSUB:
/external/javassist/src/main/javassist/bytecode/
H A DOpcode.java110 int FSUB = 102; field in interface:Opcode
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h235 FADD, FSUB, FMUL, FMA, FDIV, FREM, enumerator in enum:llvm::ISD::NodeType
/external/qemu/target-i386/
H A Dops_sse.h334 #define FSUB(a, b) ((a) - (b)) macro
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)

Completed in 492 milliseconds