Home
last modified time | relevance | path

Searched refs:FCC (Results 1 – 25 of 80) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch-modes.def24 /* For floating point conditions in FCC registers. */
25 CC_MODE (FCC);
H A Dloongarch.md152 (define_attr "mode" "unknown,none,QI,HI,SI,DI,TI,SF,DF,TF,FCC"
1838 ;; Clear one FCC register
1841 [(set (match_operand:FCC 0 "register_operand" "=z")
1870 (ne:FCC (match_operand:FCC 1 "register_operand" "z")
2387 [(match_operand:FCC 2 "register_operand" "z")
2403 [(match_operand:FCC 2 "register_operand" "z")
2591 [(set (match_operand:FCC 0 "register_operand" "=z")
2592 (fcond:FCC (match_operand:ANYF 1 "register_operand" "f")
2597 (set_attr "mode" "FCC")])
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_regdomain.c420 FCC = 0x10, enumerator
1232 .conformanceTestLimit = FCC,
1260 .conformanceTestLimit = FCC,
1265 .conformanceTestLimit = FCC,
1270 .conformanceTestLimit = FCC,
1275 .conformanceTestLimit = FCC,
1280 .conformanceTestLimit = FCC,
1355 .conformanceTestLimit = FCC,
1362 .conformanceTestLimit = FCC,
1368 .conformanceTestLimit = FCC,
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dsparc-opc.c241 #define FCC(x) (((x) & 0x3) << 11) /* v9 */ macro
1509 …{ opcode, F3(2, 0x2c, 0)|FCC(0)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~0)|F3(~2, ~0x2c, ~0), "6,2,d…
1510 …{ opcode, F3(2, 0x2c, 1)|FCC(0)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~0)|F3(~2, ~0x2c, ~1), "6,I,d…
1511 …{ opcode, F3(2, 0x2c, 0)|FCC(1)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~1)|F3(~2, ~0x2c, ~0), "7,2,d…
1512 …{ opcode, F3(2, 0x2c, 1)|FCC(1)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~1)|F3(~2, ~0x2c, ~1), "7,I,d…
1513 …{ opcode, F3(2, 0x2c, 0)|FCC(2)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~2)|F3(~2, ~0x2c, ~0), "8,2,d…
1514 …{ opcode, F3(2, 0x2c, 1)|FCC(2)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~2)|F3(~2, ~0x2c, ~1), "8,I,d…
1515 …{ opcode, F3(2, 0x2c, 0)|FCC(3)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~3)|F3(~2, ~0x2c, ~0), "9,2,d…
1516 …{ opcode, F3(2, 0x2c, 1)|FCC(3)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~3)|F3(~2, ~0x2c, ~1), "9,I,d…
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dsparc-opc.c241 #define FCC(x) (((x) & 0x3) << 11) /* v9 */ macro
1509 …{ opcode, F3(2, 0x2c, 0)|FCC(0)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~0)|F3(~2, ~0x2c, ~0), "6,2,d…
1510 …{ opcode, F3(2, 0x2c, 1)|FCC(0)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~0)|F3(~2, ~0x2c, ~1), "6,I,d…
1511 …{ opcode, F3(2, 0x2c, 0)|FCC(1)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~1)|F3(~2, ~0x2c, ~0), "7,2,d…
1512 …{ opcode, F3(2, 0x2c, 1)|FCC(1)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~1)|F3(~2, ~0x2c, ~1), "7,I,d…
1513 …{ opcode, F3(2, 0x2c, 0)|FCC(2)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~2)|F3(~2, ~0x2c, ~0), "8,2,d…
1514 …{ opcode, F3(2, 0x2c, 1)|FCC(2)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~2)|F3(~2, ~0x2c, ~1), "8,I,d…
1515 …{ opcode, F3(2, 0x2c, 0)|FCC(3)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~3)|F3(~2, ~0x2c, ~0), "9,2,d…
1516 …{ opcode, F3(2, 0x2c, 1)|FCC(3)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~3)|F3(~2, ~0x2c, ~1), "9,I,d…
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/m4/
H A Dansi-c++.m414 AC_CHECK_PROGS(CXX, $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC, :)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.td201 def FCC#I : MipsReg<I, "fcc"#I>;
425 def FCC : RegisterClass<"Mips", [i32], 32, (sequence "FCC%u", 0, 7)>,
708 def FCCRegsOpnd : RegisterOperand<FCC> {
H A DMipsISelLowering.cpp777 SDValue FCC = N->getOperand(1), Glue = N->getOperand(3); in performCMovFPCombine() local
779 ValueIfFalse, FCC, ValueIfTrue, Glue); in performCMovFPCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.td60 def FCC#I : SparcCtrlReg<I, "FCC"#I>;
358 def FCCRegs : RegisterClass<"SP", [i1], 1, (sequence "FCC%u", 0, 3)>;
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dstd-gnu11.m4112 # FCC Fujitsu C++ compiler
131 [g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++])],
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
H A Darmada-3720-turris-mox.dts195 /* forbid SDR104 for FCC purposes */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips-msa.md1529 (define_code_iterator FCC [unordered ordered eq ne le lt uneq unle unlt])
1560 (define_insn "msa_<FCC:fcc>_<FMSA:msafmt>"
1562 (FCC:<VIMODE> (match_operand:FMSA 1 "register_operand" "f")
1565 "<FCC:fcc>.<FMSA:msafmt>\t%w0,%w1,%w2"
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips-msa.md1572 (define_code_iterator FCC [unordered ordered eq ne le lt uneq unle unlt])
1603 (define_insn "msa_<FCC:fcc>_<FMSA:msafmt>"
1605 (FCC:<VIMODE> (match_operand:FMSA 1 "register_operand" "f")
1608 "<FCC:fcc>.<FMSA:msafmt>\t%w0,%w1,%w2"
/netbsd-src/external/gpl3/gcc/dist/libcody/
H A Dconfigure1996 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2040 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
/netbsd-src/external/gpl3/gcc/dist/c++tools/
H A Dconfigure2333 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2377 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
/netbsd-src/usr.bin/calendar/calendars/
H A Dcalendar.history14 01/05 The FCC hears the first demonstration of FM radio, 1940
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/
H A Dc.m4685 # FCC Fujitsu C++ compiler
708 [g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC])],
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Drfc3454.txt2570 1FCC; 03B7 03B9; Case map
4174 1FCC; 03B7 03B9; Case map
4792 0FC7-0FCC
4884 1FC6-1FCC
H A DDerivedNormalizationProps.txt795 1FC6..1FCC ; NFD_QC; N # L& [7] GREEK SMALL LETTER ETA WITH PERISPOMENI..GREEK CAPITAL LETTER …
1188 1FC6..1FCC ; NFKD_QC; N # L& [7] GREEK SMALL LETTER ETA WITH PERISPOMENI..GREEK CAPITAL LETTER…
2021 1FC6..1FCC ; Expands_On_NFD # L& [7] GREEK SMALL LETTER ETA WITH PERISPOMENI..GREEK CAPITAL LE…
2293 1FC6..1FCC ; Expands_On_NFKD # L& [7] GREEK SMALL LETTER ETA WITH PERISPOMENI..GREEK CAPITAL L…
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.md2220 ;; Convert a FCC value to gpr
2252 ;; Move a gpr value to FCC.
2253 ;; Operand0 = FCC
3829 ;; Convert ICC/FCC comparison into CCR bits so we can do conditional execution
3850 ;; Conditionally convert ICC/FCC comparison into CCR bits to provide && and ||
/netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.md2220 ;; Convert a FCC value to gpr
2252 ;; Move a gpr value to FCC.
2253 ;; Operand0 = FCC
3829 ;; Convert ICC/FCC comparison into CCR bits so we can do conditional execution
3850 ;; Conditionally convert ICC/FCC comparison into CCR bits to provide && and ||
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dconfigure3672 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3716 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dconfigure3677 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3721 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpdp11.md586 ;; load (into float register) updates the FCC, while store (from
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pdp11/
H A Dpdp11.md584 ;; load (into float register) updates the FCC, while store (from

1234