HomeSort by relevance Sort by last modified time
    Searched refs:areg (Results 1 - 25 of 59) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
areg-256.s 1 .global areg
2 areg IS $255+1 label
areg-t.s 2 .global areg
3 areg SWYM 4,8,16 label
aregm.s 1 .global areg
2 areg GREG Main+4 label
3 LDOU $3,areg,16
4 LDOU $3,$7,areg
greg-1.s 2 .global areg
3 areg GREG 123456789101112 label
gregldo1.s 1 # Use a symbolic register areg, presumably allocated by greg in another file.
2 LDO $12,$32,areg
3 LDO $123,areg,34
4 LDO areg,$234,56
bpo-8.s 2 LDA $54,areg-8
3 .quad areg-4
gregbza1.s 1 # Use a symbolic register areg, presumably allocated by greg in another file.
2 # The "BZ" will be expanded, and the reloc for areg must be resolved
4 BZ areg,a
gregget1.s 1 # Use a symbolic register areg, presumably allocated by greg in another file.
2 # The "GETA" will be expanded, and the reloc for areg must be resolved
4 GETA areg,a
gregpsj1.s 1 # Use a symbolic register areg, presumably allocated by greg in another file.
2 # The "PUSHJ" will be expanded, and the reloc for areg must be resolved
4 PUSHJ areg,a
reg-1.d 1 #source: areg-256.s
7 #error: relocation truncated to fit: R_MMIX_REG against symbol `areg'
reg-1m.d 1 #source: areg-256.s
7 #error: relocation truncated to fit: R_MMIX_REG against `areg'
reg-2.d 1 #source: areg-t.s
7 #error: register relocation against non-register symbol: areg in \.text
reg-2m.d 1 #source: areg-t.s
7 #error: register relocation against non-register symbol: areg in \.text
bpo-7.s 2 LDA $77,areg-5
greg-10.d 15 0+fe g \*REG\* areg
20 0: 8c0c20fe ldo \$12,\$32,areg
21 4: 8d7bfe22 ldo \$123,areg,34
22 8: 8dfeea38 ldo areg,\$234,56
greg-12.d 19 0+fe g \*REG\* areg
25 0: e3fe0014 setl areg,0x14
26 4: e6fe0000 incml areg,0x0
27 8: e5fe0000 incmh areg,0x0
28 c: e4fe0000 inch areg,0x0
bpo-15.d 5 #error: ^[^c][^h][^i][^l][^d].* undefined reference to `areg'$
bpo-15m.d 5 #error: ^[^c][^h][^i][^l][^d].* undefined reference to `areg'$
bpo-21.d 6 #error: ^[^c][^h][^i][^l][^d].* undefined reference to `areg'$
bpo-21m.d 6 #error: ^[^c][^h][^i][^l][^d].* undefined reference to `areg'$
greg-11.d 20 0+fc g \*REG\* areg
27 0: 8c0c20fc ldo \$12,\$32,areg
28 4: 8d7bfc22 ldo \$123,areg,34
29 8: 8dfcea38 ldo areg,\$234,56
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
greg3.s 1 .global areg
2 areg GREG Main+4 label
3 LDOU $3,areg,16
4 LDOU $3,$7,areg
  /external/opencv3/3rdparty/libjasper/
jpc_mqenc.c 95 #define jpc_mqenc_codemps9(areg, creg, ctreg, curctx, enc) \
98 (areg) -= state->qeval; \
99 if (!((areg) & 0x8000)) { \
100 if ((areg) < state->qeval) { \
101 (areg) = state->qeval; \
106 jpc_mqenc_renorme((areg), (creg), (ctreg), (enc)); \
112 #define jpc_mqenc_codelps2(areg, creg, ctreg, curctx, enc) \
115 (areg) -= state->qeval; \
116 if ((areg) < state->qeval) { \
119 (areg) = state->qeval;
    [all...]
jpc_mqdec.h 94 uint_fast32_t areg; member in struct:__anon20907
189 ((((dec)->areg -= (*(dec)->curctx)->qeval), \
192 (dec)->areg & 0x8000) ? (*(dec)->curctx)->mps : \
196 #define jpc_mqdec_mpsexchange(areg, delta, curctx, bit) \
198 if ((areg) < (delta)) { \
211 #define jpc_mqdec_lpsexchange(areg, delta, curctx, bit) \
213 if ((areg) >= (delta)) { \
215 (areg) = (delta); \
220 (areg) = (delta); \
226 #define jpc_mqdec_renormd(areg, creg, ctreg, in, eof, inbuf)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16e-save.s 31 # static areg
36 # areg
41 # mix areg and static areg

Completed in 298 milliseconds

1 2 3