Home
last modified time | relevance | path

Searched refs:op16 (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dtic6x-dis.c177 unsigned int op16; in tic6x_extract_16() local
180 op16 = (p[0]) | (p[1] << 8); in tic6x_extract_16()
182 op16 = (p[1]) | (p[0] << 8); in tic6x_extract_16()
183 op16 |= (header->sat << TIC6X_COMPACT_SAT_POS); in tic6x_extract_16()
184 op16 |= (header->br << TIC6X_COMPACT_BR_POS); in tic6x_extract_16()
185 op16 |= (header->dsz << TIC6X_COMPACT_DSZ_POS); in tic6x_extract_16()
186 return op16; in tic6x_extract_16()
/toolchain/binutils/binutils-2.25/cpu/
Dsh64-compact.cpu193 (dshcf f-op16 "Opcode (16 bits)" () 15 16)
407 (+ (f-op16 59))
443 (+ (f-op16 40))
451 (+ (f-op16 72))
457 (+ (f-op16 8))
532 (+ (f-op16 25))
845 (+ (f-op16 #xfbfd))
851 (+ (f-op16 #xf3fd))
1349 (+ (f-op16 9))
1444 (+ (f-op16 11))
[all …]
Dm32c.cpu8321 (define-pmacro (jsri-defn mode op16 op16-1 op16-2 op16-3 op16-sem
8324 (dni (.sym jsri16 mode - op16)
8325 (.str "jsri." mode " " op16)
8327 (.str "jsri." mode " ${" op16 "}")
8328 (+ op16-1 op16-2 op16-3 op16)
8329 (op16-sem len op16)
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c11256 goto op16; in do_t_ldst()
11340 goto op16; in do_t_ldst()
11389 op16: in do_t_ldst()