HomeSort by relevance Sort by last modified time
    Searched refs:INSN_VALUE (Results 1 - 13 of 13) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-fr30.c 38 #define INSN_VALUE(buf) (*(buf))
41 #define INSN_VALUE(buf) (buf)
tc-ip2k.c 40 #define INSN_VALUE(buf) (*(buf))
43 #define INSN_VALUE(buf) (buf)
406 CGEN_INSN_INT insn_value
410 *valueP += (insn_value & 0x180);
402 CGEN_INSN_INT insn_value local
tc-lm32.c 41 #define INSN_VALUE(buf) (*(buf))
44 #define INSN_VALUE(buf) (buf)
tc-or1k.c 39 #define INSN_VALUE(buf) (*(buf))
42 #define INSN_VALUE(buf) (buf)
tc-xc16x.c 46 #define INSN_VALUE(buf) (*(buf))
49 #define INSN_VALUE(buf) (buf)
tc-mt.c 41 #define INSN_VALUE(buf) (*(buf))
44 #define INSN_VALUE(buf) (buf)
tc-xstormy16.c 37 #define INSN_VALUE(buf) (*(buf))
40 #define INSN_VALUE(buf) (buf)
505 CGEN_INSN_INT insn_value =
511 &insn_value, (bfd_vma) 0);
513 CGEN_INSN_BITSIZE (insn), insn_value);
501 CGEN_INSN_INT insn_value = local
509 CGEN_INSN_BITSIZE (insn), insn_value); local
tc-epiphany.c 42 #define INSN_VALUE(buf) (*(buf))
45 #define INSN_VALUE(buf) (buf)
tc-iq2000.c 43 #define INSN_VALUE(buf) (*(buf))
46 #define INSN_VALUE(buf) (buf)
tc-m32r.c 49 #define INSN_VALUE(buf) (*(buf))
52 #define INSN_VALUE(buf) (buf)
1026 (gas_cgen_cpu_desc, NULL, INSN_VALUE (first.buffer), NULL, 16,
1108 (gas_cgen_cpu_desc, NULL, INSN_VALUE (second.buffer), NULL, 16,
    [all...]
tc-m32c.c 42 #define INSN_VALUE(buf) (*(buf))
45 #define INSN_VALUE(buf) (buf)
    [all...]
tc-frv.c 41 #define INSN_VALUE(buf) (*(buf))
44 #define INSN_VALUE(buf) (buf)
    [all...]
tc-mep.c 43 #define INSN_VALUE(buf) (*(buf))
46 #define INSN_VALUE(buf) (buf)
    [all...]

Completed in 317 milliseconds