Home
last modified time | relevance | path

Searched refs:loc0 (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
H A DAsmFuncs.s693 mov loc0=psr
697 andcm loc0=loc0,loc1;; // clear original psr.i and psr.ic
698 or loc0=loc0,in0;; // OR in new psr.ic value
800 mov loc0=b1;;
802 mov loc0=b2;;
804 mov loc0=b3;;
806 mov loc0=b4;;
808 mov loc0=b5;;
810 mov loc0=b6;;
812 mov loc0=b7;;
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/linearref/
H A DLinearLocationTest.java62 assertTrue(0 == loc0.getSegmentFraction()); in testEndLocation()
63 assertTrue(1 == loc0.getSegmentIndex()); in testEndLocation()
131 assertTrue(loc0.isOnSameSegment(loc0)); in testSameSegmentLineString()
132 assertTrue(loc0.isOnSameSegment(loc0_5)); in testSameSegmentLineString()
133 assertTrue(loc0.isOnSameSegment(loc1)); in testSameSegmentLineString()
134 assertTrue(! loc0.isOnSameSegment(loc2)); in testSameSegmentLineString()
136 assertTrue(! loc0.isOnSameSegment(loc3)); in testSameSegmentLineString()
138 assertTrue(loc0_5.isOnSameSegment(loc0)); in testSameSegmentLineString()
143 assertTrue(! loc2.isOnSameSegment(loc0)); in testSameSegmentLineString()
170 assertTrue(loc0.isOnSameSegment(loc0)); in testSameSegmentMultiLineString()
[all …]
/dports/misc/py-pykml/pykml-0.2.0/src/examples/misc/base_jump/
H A Dvirtual_base_jump.py22 loc0 = { variable
45 z0 = loc0['altitude']
53 vy = (loc1['latitude'] - loc0['latitude']) / deltat
55 vh = (loc1['heading'] - loc0['heading']) / deltat
56 vt = (loc1['tilt'] - loc0['tilt']) / deltat
75 lon=loc0['longitude'] + vx*t,
76 lat=loc0['latitude'] + vy*t,
88 kml.longitude(loc0['longitude'] + vx*t),
89 kml.latitude(loc0['latitude'] + vy*t),
91 kml.heading(loc0['heading'] + vh*t),
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/ia64/kernel/
H A Dhead.S470 adds loc0=96*16-16,in0
507 adds loc0=96*16-48,in0
547 adds loc0=96*16-80,in0
587 adds loc0=96*16-112,in0
638 mov loc0=512
641 ldf.fill.nta f32=[in0],loc0
642 ldf.fill.nta f40=[ r3],loc0
643 ldf.fill.nta f48=[r14],loc0
644 ldf.fill.nta f56=[r15],loc0
646 ldf.fill.nta f64=[in0],loc0
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/ia64/kernel/
H A Dhead.S470 adds loc0=96*16-16,in0
507 adds loc0=96*16-48,in0
547 adds loc0=96*16-80,in0
587 adds loc0=96*16-112,in0
638 mov loc0=512
641 ldf.fill.nta f32=[in0],loc0
642 ldf.fill.nta f40=[ r3],loc0
643 ldf.fill.nta f48=[r14],loc0
644 ldf.fill.nta f56=[r15],loc0
646 ldf.fill.nta f64=[in0],loc0
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/ia64/kernel/
H A Dhead.S470 adds loc0=96*16-16,in0
507 adds loc0=96*16-48,in0
547 adds loc0=96*16-80,in0
587 adds loc0=96*16-112,in0
638 mov loc0=512
641 ldf.fill.nta f32=[in0],loc0
642 ldf.fill.nta f40=[ r3],loc0
643 ldf.fill.nta f48=[r14],loc0
644 ldf.fill.nta f56=[r15],loc0
646 ldf.fill.nta f64=[in0],loc0
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/test/ELF/
H A Dmips-tls-hilo.s12 # ERR: error: relocation R_MIPS_TLS_TPREL_HI16 against loc0 cannot be used with -shared
15 # DIS: 00000000 l .tdata 00000000 loc0
19 # ^-- %hi(loc0 - .tdata - 0x8000)
21 # ^-- %lo(loc0 - .tdata - 0x8000)
23 # ^-- %hi(loc0 - .tdata - 0x7000)
25 # ^-- %lo(loc0 - .tdata - 0x7000)
45 addiu $2, $3, %dtprel_hi(loc0) # R_MIPS_TLS_DTPREL_HI16
46 addiu $2, $3, %dtprel_lo(loc0) # R_MIPS_TLS_DTPREL_LO16
47 addiu $2, $3, %tprel_hi(loc0) # R_MIPS_TLS_TPREL_HI16
48 addiu $2, $3, %tprel_lo(loc0) # R_MIPS_TLS_TPREL_LO16
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/test/ELF/
H A Dmips-tls-hilo.s12 # ERR: error: relocation R_MIPS_TLS_TPREL_HI16 against loc0 cannot be used with -shared
15 # DIS: 00000000 l O .tdata 00000000 loc0
19 # ^-- %hi(loc0 - .tdata - 0x8000)
21 # ^-- %lo(loc0 - .tdata - 0x8000)
23 # ^-- %hi(loc0 - .tdata - 0x7000)
25 # ^-- %lo(loc0 - .tdata - 0x7000)
45 addiu $2, $3, %dtprel_hi(loc0) # R_MIPS_TLS_DTPREL_HI16
46 addiu $2, $3, %dtprel_lo(loc0) # R_MIPS_TLS_DTPREL_LO16
47 addiu $2, $3, %tprel_hi(loc0) # R_MIPS_TLS_TPREL_HI16
48 addiu $2, $3, %tprel_lo(loc0) # R_MIPS_TLS_TPREL_LO16
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/test/ELF/
H A Dmips-tls-hilo.s12 # ERR: error: relocation R_MIPS_TLS_TPREL_HI16 against loc0 cannot be used with -shared
15 # DIS: 00000000 l .tdata 00000000 loc0
19 # ^-- %hi(loc0 - .tdata - 0x8000)
21 # ^-- %lo(loc0 - .tdata - 0x8000)
23 # ^-- %hi(loc0 - .tdata - 0x7000)
25 # ^-- %lo(loc0 - .tdata - 0x7000)
45 addiu $2, $3, %dtprel_hi(loc0) # R_MIPS_TLS_DTPREL_HI16
46 addiu $2, $3, %dtprel_lo(loc0) # R_MIPS_TLS_DTPREL_LO16
47 addiu $2, $3, %tprel_hi(loc0) # R_MIPS_TLS_TPREL_HI16
48 addiu $2, $3, %tprel_lo(loc0) # R_MIPS_TLS_TPREL_LO16
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/test/ELF/
H A Dmips-tls-hilo.s12 # ERR: error: relocation R_MIPS_TLS_TPREL_HI16 against loc0 cannot be used with -shared
15 # DIS: 00000000 l .tdata 00000000 loc0
19 # ^-- %hi(loc0 - .tdata - 0x8000)
21 # ^-- %lo(loc0 - .tdata - 0x8000)
23 # ^-- %hi(loc0 - .tdata - 0x7000)
25 # ^-- %lo(loc0 - .tdata - 0x7000)
45 addiu $2, $3, %dtprel_hi(loc0) # R_MIPS_TLS_DTPREL_HI16
46 addiu $2, $3, %dtprel_lo(loc0) # R_MIPS_TLS_DTPREL_LO16
47 addiu $2, $3, %tprel_hi(loc0) # R_MIPS_TLS_TPREL_HI16
48 addiu $2, $3, %tprel_lo(loc0) # R_MIPS_TLS_TPREL_LO16
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/test/ELF/
H A Dmips-tls-hilo.s12 # ERR: error: relocation R_MIPS_TLS_TPREL_HI16 against loc0 cannot be used with -shared
15 # DIS: 00000000 l .tdata 00000000 loc0
19 # ^-- %hi(loc0 - .tdata - 0x8000)
21 # ^-- %lo(loc0 - .tdata - 0x8000)
23 # ^-- %hi(loc0 - .tdata - 0x7000)
25 # ^-- %lo(loc0 - .tdata - 0x7000)
45 addiu $2, $3, %dtprel_hi(loc0) # R_MIPS_TLS_DTPREL_HI16
46 addiu $2, $3, %dtprel_lo(loc0) # R_MIPS_TLS_DTPREL_LO16
47 addiu $2, $3, %tprel_hi(loc0) # R_MIPS_TLS_TPREL_HI16
48 addiu $2, $3, %tprel_lo(loc0) # R_MIPS_TLS_TPREL_LO16
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/test/ELF/
H A Dmips-tls-hilo.s12 # ERR: error: relocation R_MIPS_TLS_TPREL_HI16 against loc0 cannot be used with -shared
15 # DIS: 00000000 l O .tdata 00000000 loc0
19 # ^-- %hi(loc0 - .tdata - 0x8000)
21 # ^-- %lo(loc0 - .tdata - 0x8000)
23 # ^-- %hi(loc0 - .tdata - 0x7000)
25 # ^-- %lo(loc0 - .tdata - 0x7000)
45 addiu $2, $3, %dtprel_hi(loc0) # R_MIPS_TLS_DTPREL_HI16
46 addiu $2, $3, %dtprel_lo(loc0) # R_MIPS_TLS_DTPREL_LO16
47 addiu $2, $3, %tprel_hi(loc0) # R_MIPS_TLS_TPREL_HI16
48 addiu $2, $3, %tprel_lo(loc0) # R_MIPS_TLS_TPREL_LO16
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/test/ELF/
H A Dmips-tls-hilo.s12 # ERR: error: relocation R_MIPS_TLS_TPREL_HI16 against loc0 cannot be used with -shared
15 # DIS: 00000000 l .tdata 00000000 loc0
19 # ^-- %hi(loc0 - .tdata - 0x8000)
21 # ^-- %lo(loc0 - .tdata - 0x8000)
23 # ^-- %hi(loc0 - .tdata - 0x7000)
25 # ^-- %lo(loc0 - .tdata - 0x7000)
45 addiu $2, $3, %dtprel_hi(loc0) # R_MIPS_TLS_DTPREL_HI16
46 addiu $2, $3, %dtprel_lo(loc0) # R_MIPS_TLS_DTPREL_LO16
47 addiu $2, $3, %tprel_hi(loc0) # R_MIPS_TLS_TPREL_HI16
48 addiu $2, $3, %tprel_lo(loc0) # R_MIPS_TLS_TPREL_LO16
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vpx_dsp/mips/
H A Didct32x32_msa.c57 loc0 = vec1; in idct32x8_row_even_process_store()
101 ST_SH(loc0, (tmp_eve_buf + 15 * 8)); in idct32x8_row_even_process_store()
107 ST_SH(loc0, (tmp_eve_buf + 13 * 8)); in idct32x8_row_even_process_store()
114 ST_SH(loc0, (tmp_eve_buf + 11 * 8)); in idct32x8_row_even_process_store()
120 ST_SH(loc0, (tmp_eve_buf + 9 * 8)); in idct32x8_row_even_process_store()
251 loc0 = LD_SH(tmp_eve_buf); in idct_butterfly_transpose_store()
268 loc0 = LD_SH(tmp_eve_buf + 2 * 8); in idct_butterfly_transpose_store()
285 loc0 = LD_SH(tmp_eve_buf + 1 * 8); in idct_butterfly_transpose_store()
302 loc0 = LD_SH(tmp_eve_buf + 3 * 8); in idct_butterfly_transpose_store()
368 loc0 = vec1; in idct8x32_column_even_process_store()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vpx_dsp/mips/
H A Didct32x32_msa.c57 loc0 = vec1; in idct32x8_row_even_process_store()
101 ST_SH(loc0, (tmp_eve_buf + 15 * 8)); in idct32x8_row_even_process_store()
107 ST_SH(loc0, (tmp_eve_buf + 13 * 8)); in idct32x8_row_even_process_store()
114 ST_SH(loc0, (tmp_eve_buf + 11 * 8)); in idct32x8_row_even_process_store()
120 ST_SH(loc0, (tmp_eve_buf + 9 * 8)); in idct32x8_row_even_process_store()
251 loc0 = LD_SH(tmp_eve_buf); in idct_butterfly_transpose_store()
268 loc0 = LD_SH(tmp_eve_buf + 2 * 8); in idct_butterfly_transpose_store()
285 loc0 = LD_SH(tmp_eve_buf + 1 * 8); in idct_butterfly_transpose_store()
302 loc0 = LD_SH(tmp_eve_buf + 3 * 8); in idct_butterfly_transpose_store()
368 loc0 = vec1; in idct8x32_column_even_process_store()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vpx_dsp/mips/
H A Didct32x32_msa.c57 loc0 = vec1; in idct32x8_row_even_process_store()
101 ST_SH(loc0, (tmp_eve_buf + 15 * 8)); in idct32x8_row_even_process_store()
107 ST_SH(loc0, (tmp_eve_buf + 13 * 8)); in idct32x8_row_even_process_store()
114 ST_SH(loc0, (tmp_eve_buf + 11 * 8)); in idct32x8_row_even_process_store()
120 ST_SH(loc0, (tmp_eve_buf + 9 * 8)); in idct32x8_row_even_process_store()
251 loc0 = LD_SH(tmp_eve_buf); in idct_butterfly_transpose_store()
268 loc0 = LD_SH(tmp_eve_buf + 2 * 8); in idct_butterfly_transpose_store()
285 loc0 = LD_SH(tmp_eve_buf + 1 * 8); in idct_butterfly_transpose_store()
302 loc0 = LD_SH(tmp_eve_buf + 3 * 8); in idct_butterfly_transpose_store()
368 loc0 = vec1; in idct8x32_column_even_process_store()
[all …]
/dports/multimedia/libvpx/libvpx-1.11.0/vpx_dsp/mips/
H A Didct32x32_msa.c57 loc0 = vec1; in idct32x8_row_even_process_store()
101 ST_SH(loc0, (tmp_eve_buf + 15 * 8)); in idct32x8_row_even_process_store()
107 ST_SH(loc0, (tmp_eve_buf + 13 * 8)); in idct32x8_row_even_process_store()
114 ST_SH(loc0, (tmp_eve_buf + 11 * 8)); in idct32x8_row_even_process_store()
120 ST_SH(loc0, (tmp_eve_buf + 9 * 8)); in idct32x8_row_even_process_store()
251 loc0 = LD_SH(tmp_eve_buf); in idct_butterfly_transpose_store()
268 loc0 = LD_SH(tmp_eve_buf + 2 * 8); in idct_butterfly_transpose_store()
285 loc0 = LD_SH(tmp_eve_buf + 1 * 8); in idct_butterfly_transpose_store()
302 loc0 = LD_SH(tmp_eve_buf + 3 * 8); in idct_butterfly_transpose_store()
368 loc0 = vec1; in idct8x32_column_even_process_store()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vpx_dsp/mips/
H A Didct32x32_msa.c57 loc0 = vec1; in idct32x8_row_even_process_store()
101 ST_SH(loc0, (tmp_eve_buf + 15 * 8)); in idct32x8_row_even_process_store()
107 ST_SH(loc0, (tmp_eve_buf + 13 * 8)); in idct32x8_row_even_process_store()
114 ST_SH(loc0, (tmp_eve_buf + 11 * 8)); in idct32x8_row_even_process_store()
120 ST_SH(loc0, (tmp_eve_buf + 9 * 8)); in idct32x8_row_even_process_store()
251 loc0 = LD_SH(tmp_eve_buf); in idct_butterfly_transpose_store()
268 loc0 = LD_SH(tmp_eve_buf + 2 * 8); in idct_butterfly_transpose_store()
285 loc0 = LD_SH(tmp_eve_buf + 1 * 8); in idct_butterfly_transpose_store()
302 loc0 = LD_SH(tmp_eve_buf + 3 * 8); in idct_butterfly_transpose_store()
368 loc0 = vec1; in idct8x32_column_even_process_store()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vpx_dsp/mips/
H A Didct32x32_msa.c56 loc0 = vec1; in idct32x8_row_even_process_store()
100 ST_SH(loc0, (tmp_eve_buf + 15 * 8)); in idct32x8_row_even_process_store()
106 ST_SH(loc0, (tmp_eve_buf + 13 * 8)); in idct32x8_row_even_process_store()
113 ST_SH(loc0, (tmp_eve_buf + 11 * 8)); in idct32x8_row_even_process_store()
119 ST_SH(loc0, (tmp_eve_buf + 9 * 8)); in idct32x8_row_even_process_store()
250 loc0 = LD_SH(tmp_eve_buf); in idct_butterfly_transpose_store()
267 loc0 = LD_SH(tmp_eve_buf + 2 * 8); in idct_butterfly_transpose_store()
284 loc0 = LD_SH(tmp_eve_buf + 1 * 8); in idct_butterfly_transpose_store()
301 loc0 = LD_SH(tmp_eve_buf + 3 * 8); in idct_butterfly_transpose_store()
367 loc0 = vec1; in idct8x32_column_even_process_store()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/aom_dsp/mips/
H A Didct32x32_msa.c57 loc0 = vec1; in idct32x8_row_even_process_store()
101 ST_SH(loc0, (tmp_eve_buf + 15 * 8)); in idct32x8_row_even_process_store()
107 ST_SH(loc0, (tmp_eve_buf + 13 * 8)); in idct32x8_row_even_process_store()
114 ST_SH(loc0, (tmp_eve_buf + 11 * 8)); in idct32x8_row_even_process_store()
120 ST_SH(loc0, (tmp_eve_buf + 9 * 8)); in idct32x8_row_even_process_store()
251 loc0 = LD_SH(tmp_eve_buf); in idct_butterfly_transpose_store()
268 loc0 = LD_SH(tmp_eve_buf + 2 * 8); in idct_butterfly_transpose_store()
285 loc0 = LD_SH(tmp_eve_buf + 1 * 8); in idct_butterfly_transpose_store()
302 loc0 = LD_SH(tmp_eve_buf + 3 * 8); in idct_butterfly_transpose_store()
368 loc0 = vec1; in idct8x32_column_even_process_store()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/mips/
H A Didct32x32_msa.c57 loc0 = vec1; in idct32x8_row_even_process_store()
101 ST_SH(loc0, (tmp_eve_buf + 15 * 8)); in idct32x8_row_even_process_store()
107 ST_SH(loc0, (tmp_eve_buf + 13 * 8)); in idct32x8_row_even_process_store()
114 ST_SH(loc0, (tmp_eve_buf + 11 * 8)); in idct32x8_row_even_process_store()
120 ST_SH(loc0, (tmp_eve_buf + 9 * 8)); in idct32x8_row_even_process_store()
251 loc0 = LD_SH(tmp_eve_buf); in idct_butterfly_transpose_store()
268 loc0 = LD_SH(tmp_eve_buf + 2 * 8); in idct_butterfly_transpose_store()
285 loc0 = LD_SH(tmp_eve_buf + 1 * 8); in idct_butterfly_transpose_store()
302 loc0 = LD_SH(tmp_eve_buf + 3 * 8); in idct_butterfly_transpose_store()
368 loc0 = vec1; in idct8x32_column_even_process_store()
[all …]
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx_dsp/mips/
H A Didct32x32_msa.c57 loc0 = vec1; in idct32x8_row_even_process_store()
101 ST_SH(loc0, (tmp_eve_buf + 15 * 8)); in idct32x8_row_even_process_store()
107 ST_SH(loc0, (tmp_eve_buf + 13 * 8)); in idct32x8_row_even_process_store()
114 ST_SH(loc0, (tmp_eve_buf + 11 * 8)); in idct32x8_row_even_process_store()
120 ST_SH(loc0, (tmp_eve_buf + 9 * 8)); in idct32x8_row_even_process_store()
251 loc0 = LD_SH(tmp_eve_buf); in idct_butterfly_transpose_store()
268 loc0 = LD_SH(tmp_eve_buf + 2 * 8); in idct_butterfly_transpose_store()
285 loc0 = LD_SH(tmp_eve_buf + 1 * 8); in idct_butterfly_transpose_store()
302 loc0 = LD_SH(tmp_eve_buf + 3 * 8); in idct_butterfly_transpose_store()
368 loc0 = vec1; in idct8x32_column_even_process_store()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vpx_dsp/mips/
H A Didct32x32_msa.c57 loc0 = vec1; in idct32x8_row_even_process_store()
101 ST_SH(loc0, (tmp_eve_buf + 15 * 8)); in idct32x8_row_even_process_store()
107 ST_SH(loc0, (tmp_eve_buf + 13 * 8)); in idct32x8_row_even_process_store()
114 ST_SH(loc0, (tmp_eve_buf + 11 * 8)); in idct32x8_row_even_process_store()
120 ST_SH(loc0, (tmp_eve_buf + 9 * 8)); in idct32x8_row_even_process_store()
251 loc0 = LD_SH(tmp_eve_buf); in idct_butterfly_transpose_store()
268 loc0 = LD_SH(tmp_eve_buf + 2 * 8); in idct_butterfly_transpose_store()
285 loc0 = LD_SH(tmp_eve_buf + 1 * 8); in idct_butterfly_transpose_store()
302 loc0 = LD_SH(tmp_eve_buf + 3 * 8); in idct_butterfly_transpose_store()
368 loc0 = vec1; in idct8x32_column_even_process_store()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vpx_dsp/mips/
H A Didct32x32_msa.c57 loc0 = vec1; in idct32x8_row_even_process_store()
101 ST_SH(loc0, (tmp_eve_buf + 15 * 8)); in idct32x8_row_even_process_store()
107 ST_SH(loc0, (tmp_eve_buf + 13 * 8)); in idct32x8_row_even_process_store()
114 ST_SH(loc0, (tmp_eve_buf + 11 * 8)); in idct32x8_row_even_process_store()
120 ST_SH(loc0, (tmp_eve_buf + 9 * 8)); in idct32x8_row_even_process_store()
251 loc0 = LD_SH(tmp_eve_buf); in idct_butterfly_transpose_store()
268 loc0 = LD_SH(tmp_eve_buf + 2 * 8); in idct_butterfly_transpose_store()
285 loc0 = LD_SH(tmp_eve_buf + 1 * 8); in idct_butterfly_transpose_store()
302 loc0 = LD_SH(tmp_eve_buf + 3 * 8); in idct_butterfly_transpose_store()
368 loc0 = vec1; in idct8x32_column_even_process_store()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/test/ELF/
H A Dmips-tls-hilo.s13 # DIS: 00000000 l O .tdata 00000000 loc0
17 # ^-- %hi(loc0 - .tdata - 0x8000)
19 # ^-- %lo(loc0 - .tdata - 0x8000)
21 # ^-- %hi(loc0 - .tdata - 0x7000)
23 # ^-- %lo(loc0 - .tdata - 0x7000)
43 addiu $2, $3, %dtprel_hi(loc0) # R_MIPS_TLS_DTPREL_HI16
44 addiu $2, $3, %dtprel_lo(loc0) # R_MIPS_TLS_DTPREL_LO16
45 addiu $2, $3, %tprel_hi(loc0) # R_MIPS_TLS_TPREL_HI16
46 addiu $2, $3, %tprel_lo(loc0) # R_MIPS_TLS_TPREL_LO16
49 loc0: label

12345678910>>...24