Home
last modified time | relevance | path

Searched refs:scc (Results 1 – 25 of 5637) sorted by relevance

12345678910>>...226

/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/SoundChips/
H A DSCC.c589 scc->in[4] = scc->in[3]; in filter()
590 scc->in[3] = scc->in[2]; in filter()
591 scc->in[2] = scc->in[1]; in filter()
592 scc->in[1] = scc->in[0]; in filter()
595 scc->inHp[2] = scc->inHp[1]; in filter()
596 scc->inHp[1] = scc->inHp[0]; in filter()
597scc->inHp[0] = (1 * (scc->in[0] + scc->in[4]) + 12 * (scc->in[1] + scc->in[3]) + 45 * scc->in[2]) … in filter()
599 scc->outHp[2] = scc->outHp[1]; in filter()
600 scc->outHp[1] = scc->outHp[0]; in filter()
601scc->outHp[0] =(997 * scc->inHp[0] - 1994 * scc->inHp[1] + 997 * scc->inHp[2] + 1994 * scc->outHp[… in filter()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/hamradio/
H A Dscc.c279 OutReg(scc->ctrl, reg, (scc->wreg[reg] = val)); in wr()
284 OutReg(scc->ctrl, reg, (scc->wreg[reg] |= val)); in or()
289 OutReg(scc->ctrl, reg, (scc->wreg[reg] &= ~val)); in cl()
733 set_brg(scc, (unsigned) (scc->clock / (scc->modem.speed * 64)) - 2); in set_speed()
952 or(scc,R15, scc->kiss.softdcd? SYNCIE:DCDIE); in scc_key_trx()
1145 if (scc->dcd || (scc->kiss.persist) < Rand || (scc->kiss.group && is_grouped(scc)) ) in t_dwait()
1961 scc->dev_stat.rx_errors = scc->stat.rxerrs + scc->stat.rx_over; in scc_net_get_stats()
1962 scc->dev_stat.tx_errors = scc->stat.txerrs + scc->stat.tx_under; in scc_net_get_stats()
2037 scc->data, scc->ctrl, scc->irq, scc->clock, scc->brand, in scc_net_seq_show()
2038 scc->enhanced, Vector_Latch, scc->special, in scc_net_seq_show()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/hamradio/
H A Dscc.c279 OutReg(scc->ctrl, reg, (scc->wreg[reg] = val)); in wr()
284 OutReg(scc->ctrl, reg, (scc->wreg[reg] |= val)); in or()
289 OutReg(scc->ctrl, reg, (scc->wreg[reg] &= ~val)); in cl()
733 set_brg(scc, (unsigned) (scc->clock / (scc->modem.speed * 64)) - 2); in set_speed()
952 or(scc,R15, scc->kiss.softdcd? SYNCIE:DCDIE); in scc_key_trx()
1145 if (scc->dcd || (scc->kiss.persist) < Rand || (scc->kiss.group && is_grouped(scc)) ) in t_dwait()
1961 scc->dev_stat.rx_errors = scc->stat.rxerrs + scc->stat.rx_over; in scc_net_get_stats()
1962 scc->dev_stat.tx_errors = scc->stat.txerrs + scc->stat.tx_under; in scc_net_get_stats()
2037 scc->data, scc->ctrl, scc->irq, scc->clock, scc->brand, in scc_net_seq_show()
2038 scc->enhanced, Vector_Latch, scc->special, in scc_net_seq_show()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/hamradio/
H A Dscc.c279 OutReg(scc->ctrl, reg, (scc->wreg[reg] = val)); in wr()
284 OutReg(scc->ctrl, reg, (scc->wreg[reg] |= val)); in or()
289 OutReg(scc->ctrl, reg, (scc->wreg[reg] &= ~val)); in cl()
733 set_brg(scc, (unsigned) (scc->clock / (scc->modem.speed * 64)) - 2); in set_speed()
952 or(scc,R15, scc->kiss.softdcd? SYNCIE:DCDIE); in scc_key_trx()
1145 if (scc->dcd || (scc->kiss.persist) < Rand || (scc->kiss.group && is_grouped(scc)) ) in t_dwait()
1961 scc->dev_stat.rx_errors = scc->stat.rxerrs + scc->stat.rx_over; in scc_net_get_stats()
1962 scc->dev_stat.tx_errors = scc->stat.txerrs + scc->stat.tx_under; in scc_net_get_stats()
2037 scc->data, scc->ctrl, scc->irq, scc->clock, scc->brand, in scc_net_seq_show()
2038 scc->enhanced, Vector_Latch, scc->special, in scc_net_seq_show()
[all …]
/dports/security/putty/putty-0.76/
H A Dstripctrl.c59 return scc; in stripctrl_new_common()
103 memset(&scc->utf8, 0, sizeof(scc->utf8)); in stripctrl_reset()
104 memset(&scc->mbs_in, 0, sizeof(scc->mbs_in)); in stripctrl_reset()
105 memset(&scc->mbs_out, 0, sizeof(scc->mbs_out)); in stripctrl_reset()
118 sfree(scc); in stripctrl_free()
272 memset(&scc->mbs_in, 0, sizeof(scc->mbs_in)); in stripctrl_locale_try_consume()
320 memcpy(scc->buf + scc->buflen, p, to_copy); in stripctrl_locale_BinarySink_write()
322 scc, scc->buf, scc->buflen + to_copy); in stripctrl_locale_BinarySink_write()
369 memmove(scc->buf, scc->buf + consumed, scc->buflen); in stripctrl_locale_BinarySink_write()
411 unsigned long t = scc->translate(scc->term, &scc->utf8, *p); in stripctrl_term_BinarySink_write()
[all …]
/dports/security/putty-nogtk/putty-0.76/
H A Dstripctrl.c59 return scc; in stripctrl_new_common()
103 memset(&scc->utf8, 0, sizeof(scc->utf8)); in stripctrl_reset()
104 memset(&scc->mbs_in, 0, sizeof(scc->mbs_in)); in stripctrl_reset()
105 memset(&scc->mbs_out, 0, sizeof(scc->mbs_out)); in stripctrl_reset()
118 sfree(scc); in stripctrl_free()
272 memset(&scc->mbs_in, 0, sizeof(scc->mbs_in)); in stripctrl_locale_try_consume()
320 memcpy(scc->buf + scc->buflen, p, to_copy); in stripctrl_locale_BinarySink_write()
322 scc, scc->buf, scc->buflen + to_copy); in stripctrl_locale_BinarySink_write()
369 memmove(scc->buf, scc->buf + consumed, scc->buflen); in stripctrl_locale_BinarySink_write()
411 unsigned long t = scc->translate(scc->term, &scc->utf8, *p); in stripctrl_term_BinarySink_write()
[all …]
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dstripctrl.c59 return scc; in stripctrl_new_common()
103 memset(&scc->utf8, 0, sizeof(scc->utf8)); in stripctrl_reset()
104 memset(&scc->mbs_in, 0, sizeof(scc->mbs_in)); in stripctrl_reset()
105 memset(&scc->mbs_out, 0, sizeof(scc->mbs_out)); in stripctrl_reset()
118 sfree(scc); in stripctrl_free()
272 memset(&scc->mbs_in, 0, sizeof(scc->mbs_in)); in stripctrl_locale_try_consume()
320 memcpy(scc->buf + scc->buflen, p, to_copy); in stripctrl_locale_BinarySink_write()
322 scc, scc->buf, scc->buflen + to_copy); in stripctrl_locale_BinarySink_write()
369 memmove(scc->buf, scc->buf + consumed, scc->buflen); in stripctrl_locale_BinarySink_write()
411 unsigned long t = scc->translate(scc->term, &scc->utf8, *p); in stripctrl_term_BinarySink_write()
[all …]
/dports/emulators/hatari/hatari-2.2.1/src/
H A Dscc.c93 scc[0].oldTBE = scc[1].oldTBE = 0; in SCC_Init()
94 scc[0].oldStatus = scc[1].oldStatus = 0; in SCC_Init()
96 scc[0].rd_handle = scc[0].wr_handle = -1; in SCC_Init()
97 scc[1].rd_handle = scc[1].wr_handle = -1; in SCC_Init()
113 scc[1].wr_handle = scc[1].rd_handle; in SCC_Init()
155 if (scc[1].rd_handle == -1 && scc[1].wr_handle == -1) in SCC_Init()
166 if (scc[1].wr_handle == scc[1].rd_handle) in SCC_UnInit()
217 memset(scc[0].regs, 0, sizeof(scc[0].regs)); in SCC_Reset()
218 memset(scc[1].regs, 0, sizeof(scc[1].regs)); in SCC_Reset()
223 scc[0].charcount = scc[1].charcount = 0; in SCC_Reset()
[all …]
/dports/editors/ted/Ted-2.23/ind/
H A DindSetupIndChecker.c76 if ( ! scc ) in indSpellAddDictionary()
174 if ( ! scc ) in indSpellOpenDictionary()
198 &(scc->sccLearntInd), &(scc->sccForgotInd) ) ) in indSpellOpenDictionary()
238 if ( ! scc ) in indSpellLearnWord()
263 if ( indLearnWord( sos, scc->sccLearntInd, scc->sccForgotInd, word ) ) in indSpellLearnWord()
293 if ( ! scc ) in indSpellForgetWord()
339 if ( ! scc ) in indSpellIgnoreWord()
349 if ( indMoveWord( scc->sccForgotInd, scc->sccLearntInd, word ) ) in indSpellIgnoreWord()
372 if ( ! scc ) in indSpellGuess()
400 if ( scc ) in indSpellCleanDict()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/libcaption/src/
H A Dscc.c32 if (0 == scc || scc->cc_aloc < cc_count) { in scc_relloc()
38 return scc; in scc_relloc()
44 scc->timestamp = 0.0; in scc_new()
45 scc->cc_size = 0; in scc_new()
46 return scc; in scc_new()
49 scc_t* scc_free(scc_t* scc) in scc_free() argument
51 free(scc); in scc_free()
70 if ((*scc)) { in scc_to_608()
71 (*scc)->cc_size = 0; in scc_to_608()
101 (*scc) = scc_relloc((*scc), max_cc_count * 15 / 10); in scc_to_608()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dsccenc.c52 scc->prev_h = scc->prev_m = scc->prev_s = scc->prev_f = -1; in scc_write_header()
53 scc->inside = 0; in scc_write_header()
82 …if (!scc->inside && (scc->prev_h != h || scc->prev_m != m || scc->prev_s != s || scc->prev_f != f)… in scc_write_packet()
96 if (scc->n > 0) in scc_write_packet()
99 scc->n++; in scc_write_packet()
101 …if (scc->inside && (scc->prev_h != h || scc->prev_m != m || scc->prev_s != s || scc->prev_f != f))… in scc_write_packet()
103 scc->n = 0; in scc_write_packet()
107 scc->prev_h = h; in scc_write_packet()
108 scc->prev_m = m; in scc_write_packet()
109 scc->prev_s = s; in scc_write_packet()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dsccenc.c52 scc->prev_h = scc->prev_m = scc->prev_s = scc->prev_f = -1; in scc_write_header()
53 scc->inside = 0; in scc_write_header()
82 …if (!scc->inside && (scc->prev_h != h || scc->prev_m != m || scc->prev_s != s || scc->prev_f != f)… in scc_write_packet()
96 if (scc->n > 0) in scc_write_packet()
99 scc->n++; in scc_write_packet()
101 …if (scc->inside && (scc->prev_h != h || scc->prev_m != m || scc->prev_s != s || scc->prev_f != f))… in scc_write_packet()
103 scc->n = 0; in scc_write_packet()
107 scc->prev_h = h; in scc_write_packet()
108 scc->prev_m = m; in scc_write_packet()
109 scc->prev_s = s; in scc_write_packet()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dsccenc.c52 scc->prev_h = scc->prev_m = scc->prev_s = scc->prev_f = -1; in scc_write_header()
53 scc->inside = 0; in scc_write_header()
82 …if (!scc->inside && (scc->prev_h != h || scc->prev_m != m || scc->prev_s != s || scc->prev_f != f)… in scc_write_packet()
96 if (scc->n > 0) in scc_write_packet()
99 scc->n++; in scc_write_packet()
101 …if (scc->inside && (scc->prev_h != h || scc->prev_m != m || scc->prev_s != s || scc->prev_f != f))… in scc_write_packet()
103 scc->n = 0; in scc_write_packet()
107 scc->prev_h = h; in scc_write_packet()
108 scc->prev_m = m; in scc_write_packet()
109 scc->prev_s = s; in scc_write_packet()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dsccenc.c52 scc->prev_h = scc->prev_m = scc->prev_s = scc->prev_f = -1; in scc_write_header()
53 scc->inside = 0; in scc_write_header()
82 …if (!scc->inside && (scc->prev_h != h || scc->prev_m != m || scc->prev_s != s || scc->prev_f != f)… in scc_write_packet()
96 if (scc->n > 0) in scc_write_packet()
99 scc->n++; in scc_write_packet()
101 …if (scc->inside && (scc->prev_h != h || scc->prev_m != m || scc->prev_s != s || scc->prev_f != f))… in scc_write_packet()
103 scc->n = 0; in scc_write_packet()
107 scc->prev_h = h; in scc_write_packet()
108 scc->prev_m = m; in scc_write_packet()
109 scc->prev_s = s; in scc_write_packet()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dsccenc.c52 scc->prev_h = scc->prev_m = scc->prev_s = scc->prev_f = -1; in scc_write_header()
53 scc->inside = 0; in scc_write_header()
82 …if (!scc->inside && (scc->prev_h != h || scc->prev_m != m || scc->prev_s != s || scc->prev_f != f)… in scc_write_packet()
96 if (scc->n > 0) in scc_write_packet()
99 scc->n++; in scc_write_packet()
101 …if (scc->inside && (scc->prev_h != h || scc->prev_m != m || scc->prev_s != s || scc->prev_f != f))… in scc_write_packet()
103 scc->n = 0; in scc_write_packet()
107 scc->prev_h = h; in scc_write_packet()
108 scc->prev_m = m; in scc_write_packet()
109 scc->prev_s = s; in scc_write_packet()
[all …]
/dports/science/dftbplus/dftbplus-19.1/test/prog/dftb+/
H A Dtests48 non-scc/Si_2 #? MPI_PROCS <= 1
49 non-scc/Si_2_independentk #? MPI_PROCS <= 1
50 scc/H2O2_3rdfull-damp #? MPI_PROCS <= 1
51 scc/H3 #? MPI_PROCS <= 1
52 scc/H3_skipcheck #? MPI_PROCS <= 1
67 non-scc/CH4 #? MPI_PROCS <= 1
68 non-scc/decapentaene #? MPI_PROCS <= 2
69 scc/2H2O-3rdorder #? MPI_PROCS <= 1
70 scc/2H2O-3rdorder_read #? MPI_PROCS <= 1
71 scc/C2H6_3rdfull #? MPI_PROCS <= 1
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/AMDGPU/
H A Doptimize-compare.mir25 S_CBRANCH_SCC0 %bb.2, implicit $scc
59 S_CBRANCH_SCC0 %bb.2, implicit $scc
91 S_CBRANCH_SCC0 %bb.2, implicit $scc
124 S_CBRANCH_SCC0 %bb.2, implicit $scc
163 S_CBRANCH_SCC0 %bb.2, implicit $scc
196 S_CBRANCH_SCC0 %bb.2, implicit $scc
228 S_CBRANCH_SCC0 %bb.2, implicit $scc
259 S_CBRANCH_SCC0 %bb.2, implicit $scc
362 S_NOP 0, implicit killed $scc
383 ; GCN: S_NOP 0, implicit-def $scc
[all …]
/dports/math/spot/spot-2.10.2/spot/twaalgos/
H A Disweakscc.cc39 if (SPOT_UNLIKELY(scc >= map.scc_count())) in scc_has_rejecting_cycle()
48 if (SPOT_UNLIKELY(scc >= map.scc_count())) in is_inherently_weak_scc()
51 if (is_weak_scc(map, scc)) in is_inherently_weak_scc()
60 is_weak_scc(scc_info& map, unsigned scc) in is_weak_scc() argument
65 if (map.is_rejecting_scc(scc)) in is_weak_scc()
68 return map.marks_of(scc).size() == 1; in is_weak_scc()
77 for (auto s: map.states_of(scc)) in is_complete_scc()
86 if (map.scc_of(d) != scc) in is_complete_scc()
110 return (map.is_accepting_scc(scc) in is_terminal_scc()
111 && map.marks_of(scc).size() == 1 in is_terminal_scc()
[all …]
/dports/math/py-spot/spot-2.10.2/spot/twaalgos/
H A Disweakscc.cc39 if (SPOT_UNLIKELY(scc >= map.scc_count())) in is_colored()
48 if (SPOT_UNLIKELY(scc >= map.scc_count())) in is_colored()
51 if (is_weak_scc(map, scc)) in is_colored()
60 is_weak_scc(scc_info& map, unsigned scc) in is_colored()
65 if (map.is_rejecting_scc(scc)) in is_colored()
68 return map.marks_of(scc).size() == 1; in is_colored()
77 for (auto s: map.states_of(scc)) in is_colored()
86 if (map.scc_of(d) != scc) in is_colored()
110 return (map.is_accepting_scc(scc) in is_colored()
111 && map.marks_of(scc).size() == 1 in is_colored()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/MIR/AMDGPU/
H A Dtarget-index-operands.mir39 …gpr2 = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start), implicit-def $scc, implicit-def $scc
40 …gpr2 = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start), implicit-def $scc, implicit-def $scc
41 … $sgpr3 = S_ADDC_U32 $sgpr3, 0, implicit-def $scc, implicit $scc, implicit-def $scc, implicit $scc
47 $sgpr3 = S_ADDC_U32 $sgpr4, 0, implicit-def dead $scc, implicit $scc
48 $sgpr4 = S_ADD_U32 $sgpr2, $sgpr6, implicit-def $scc
49 $sgpr5 = S_ADDC_U32 $sgpr3, $sgpr7, implicit-def dead $scc, implicit $scc
69 … = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start) + 1, implicit-def $scc, implicit-def $scc
70 … = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start) + 1, implicit-def $scc, implicit-def $scc
71 … $sgpr3 = S_ADDC_U32 $sgpr3, 0, implicit-def $scc, implicit $scc, implicit-def $scc, implicit $scc
77 $sgpr3 = S_ADDC_U32 $sgpr4, 0, implicit-def dead $scc, implicit $scc
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/MIR/AMDGPU/
H A Dtarget-index-operands.mir39 …gpr2 = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start), implicit-def $scc, implicit-def $scc
40 …gpr2 = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start), implicit-def $scc, implicit-def $scc
41 … $sgpr3 = S_ADDC_U32 $sgpr3, 0, implicit-def $scc, implicit $scc, implicit-def $scc, implicit $scc
47 $sgpr3 = S_ADDC_U32 $sgpr4, 0, implicit-def dead $scc, implicit $scc
48 $sgpr4 = S_ADD_U32 $sgpr2, $sgpr6, implicit-def $scc
49 $sgpr5 = S_ADDC_U32 $sgpr3, $sgpr7, implicit-def dead $scc, implicit $scc
69 … = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start) + 1, implicit-def $scc, implicit-def $scc
70 … = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start) + 1, implicit-def $scc, implicit-def $scc
71 … $sgpr3 = S_ADDC_U32 $sgpr3, 0, implicit-def $scc, implicit $scc, implicit-def $scc, implicit $scc
77 $sgpr3 = S_ADDC_U32 $sgpr4, 0, implicit-def dead $scc, implicit $scc
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/MIR/AMDGPU/
H A Dtarget-index-operands.mir39 …gpr2 = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start), implicit-def $scc, implicit-def $scc
40 …gpr2 = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start), implicit-def $scc, implicit-def $scc
41 … $sgpr3 = S_ADDC_U32 $sgpr3, 0, implicit-def $scc, implicit $scc, implicit-def $scc, implicit $scc
47 $sgpr3 = S_ADDC_U32 $sgpr4, 0, implicit-def dead $scc, implicit $scc
48 $sgpr4 = S_ADD_U32 $sgpr2, $sgpr6, implicit-def $scc
49 $sgpr5 = S_ADDC_U32 $sgpr3, $sgpr7, implicit-def dead $scc, implicit $scc
69 … = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start) + 1, implicit-def $scc, implicit-def $scc
70 … = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start) + 1, implicit-def $scc, implicit-def $scc
71 … $sgpr3 = S_ADDC_U32 $sgpr3, 0, implicit-def $scc, implicit $scc, implicit-def $scc, implicit $scc
77 $sgpr3 = S_ADDC_U32 $sgpr4, 0, implicit-def dead $scc, implicit $scc
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/MIR/AMDGPU/
H A Dtarget-index-operands.mir39 …gpr2 = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start), implicit-def $scc, implicit-def $scc
40 …gpr2 = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start), implicit-def $scc, implicit-def $scc
41 … $sgpr3 = S_ADDC_U32 $sgpr3, 0, implicit-def $scc, implicit $scc, implicit-def $scc, implicit $scc
47 $sgpr3 = S_ADDC_U32 $sgpr4, 0, implicit-def dead $scc, implicit $scc
48 $sgpr4 = S_ADD_U32 $sgpr2, $sgpr6, implicit-def $scc
49 $sgpr5 = S_ADDC_U32 $sgpr3, $sgpr7, implicit-def dead $scc, implicit $scc
69 … = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start) + 1, implicit-def $scc, implicit-def $scc
70 … = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start) + 1, implicit-def $scc, implicit-def $scc
71 … $sgpr3 = S_ADDC_U32 $sgpr3, 0, implicit-def $scc, implicit $scc, implicit-def $scc, implicit $scc
77 $sgpr3 = S_ADDC_U32 $sgpr4, 0, implicit-def dead $scc, implicit $scc
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/MIR/AMDGPU/
H A Dtarget-index-operands.mir39 …gpr2 = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start), implicit-def $scc, implicit-def $scc
40 …gpr2 = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start), implicit-def $scc, implicit-def $scc
41 … $sgpr3 = S_ADDC_U32 $sgpr3, 0, implicit-def $scc, implicit $scc, implicit-def $scc, implicit $scc
47 $sgpr3 = S_ADDC_U32 $sgpr4, 0, implicit-def dead $scc, implicit $scc
48 $sgpr4 = S_ADD_U32 $sgpr2, $sgpr6, implicit-def $scc
49 $sgpr5 = S_ADDC_U32 $sgpr3, $sgpr7, implicit-def dead $scc, implicit $scc
69 … = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start) + 1, implicit-def $scc, implicit-def $scc
70 … = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start) + 1, implicit-def $scc, implicit-def $scc
71 … $sgpr3 = S_ADDC_U32 $sgpr3, 0, implicit-def $scc, implicit $scc, implicit-def $scc, implicit $scc
77 $sgpr3 = S_ADDC_U32 $sgpr4, 0, implicit-def dead $scc, implicit $scc
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/MIR/AMDGPU/
H A Dtarget-index-operands.mir39 …gpr2 = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start), implicit-def $scc, implicit-def $scc
40 …gpr2 = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start), implicit-def $scc, implicit-def $scc
41 … $sgpr3 = S_ADDC_U32 $sgpr3, 0, implicit-def $scc, implicit $scc, implicit-def $scc, implicit $scc
47 $sgpr3 = S_ADDC_U32 $sgpr4, 0, implicit-def dead $scc, implicit $scc
48 $sgpr4 = S_ADD_U32 $sgpr2, $sgpr6, implicit-def $scc
49 $sgpr5 = S_ADDC_U32 $sgpr3, $sgpr7, implicit-def dead $scc, implicit $scc
69 … = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start) + 1, implicit-def $scc, implicit-def $scc
70 … = S_ADD_U32 $sgpr2, target-index(amdgpu-constdata-start) + 1, implicit-def $scc, implicit-def $scc
71 … $sgpr3 = S_ADDC_U32 $sgpr3, 0, implicit-def $scc, implicit $scc, implicit-def $scc, implicit $scc
77 $sgpr3 = S_ADDC_U32 $sgpr4, 0, implicit-def dead $scc, implicit $scc
[all …]

12345678910>>...226