Home
last modified time | relevance | path

Searched refs:CMPFCC (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/binutils/opcodes/
Dsparc-opc.c1556 #define CMPFCC(x) (((x)&0x3)<<25) macro
1559 { "fcmpd", CMPFCC(0)|F3F(2, 0x35, 0x052), CMPFCC(~0)|F3F(~2, ~0x35, ~0x052), "6,v,B", F_FLOAT, v9 …
1560 { "fcmpd", CMPFCC(1)|F3F(2, 0x35, 0x052), CMPFCC(~1)|F3F(~2, ~0x35, ~0x052), "7,v,B", F_FLOAT, v9 …
1561 { "fcmpd", CMPFCC(2)|F3F(2, 0x35, 0x052), CMPFCC(~2)|F3F(~2, ~0x35, ~0x052), "8,v,B", F_FLOAT, v9 …
1562 { "fcmpd", CMPFCC(3)|F3F(2, 0x35, 0x052), CMPFCC(~3)|F3F(~2, ~0x35, ~0x052), "9,v,B", F_FLOAT, v9 …
1564 { "fcmped", CMPFCC(0)|F3F(2, 0x35, 0x056), CMPFCC(~0)|F3F(~2, ~0x35, ~0x056), "6,v,B", F_FLOAT, v9…
1565 { "fcmped", CMPFCC(1)|F3F(2, 0x35, 0x056), CMPFCC(~1)|F3F(~2, ~0x35, ~0x056), "7,v,B", F_FLOAT, v9…
1566 { "fcmped", CMPFCC(2)|F3F(2, 0x35, 0x056), CMPFCC(~2)|F3F(~2, ~0x35, ~0x056), "8,v,B", F_FLOAT, v9…
1567 { "fcmped", CMPFCC(3)|F3F(2, 0x35, 0x056), CMPFCC(~3)|F3F(~2, ~0x35, ~0x056), "9,v,B", F_FLOAT, v9…
1569 { "fcmpq", CMPFCC(0)|F3F(2, 0x35, 0x053), CMPFCC(~0)|F3F(~2, ~0x35, ~0x053), "6,V,R", F_FLOAT, v9 …
[all …]
/freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h37 CMPFCC, // Compare two FP operands, set fcc. enumerator
DHexagonISelLowering.cpp1486 case HexagonISD::CMPFCC: return "HexagonISD::CMPFCC"; in getTargetNodeName()
/freebsd-9-stable/contrib/llvm/lib/Target/Sparc/
DSparcISelLowering.h28 CMPFCC, // Compare two FP operands, set fcc. enumerator
DSparcISelLowering.cpp1680 case SPISD::CMPFCC: return "SPISD::CMPFCC"; in getTargetNodeName()
1749 LHS.getOperand(3).getOpcode() == SPISD::CMPFCC)) && in LookThroughSetCC()
2321 CompareFlag = DAG.getNode(SPISD::CMPFCC, dl, MVT::Glue, LHS, RHS); in LowerBR_CC()
2357 CompareFlag = DAG.getNode(SPISD::CMPFCC, dl, MVT::Glue, LHS, RHS); in LowerSELECT_CC()
DSparcInstrInfo.td138 def SPcmpfcc : SDNode<"SPISD::CMPFCC", SDTSPcmpfcc, [SDNPOutGlue]>;