Home
last modified time | relevance | path

Searched refs:INSN_VALUE (Results 1 – 14 of 14) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-or1k.c39 #define INSN_VALUE(buf) (*(buf)) macro
42 #define INSN_VALUE(buf) (buf) macro
Dtc-fr30.c38 #define INSN_VALUE(buf) (*(buf)) macro
41 #define INSN_VALUE(buf) (buf) macro
Dtc-lm32.c41 #define INSN_VALUE(buf) (*(buf)) macro
44 #define INSN_VALUE(buf) (buf) macro
Dtc-ip2k.c40 #define INSN_VALUE(buf) (*(buf)) macro
43 #define INSN_VALUE(buf) (buf) macro
Dtc-xc16x.c46 #define INSN_VALUE(buf) (*(buf)) macro
49 #define INSN_VALUE(buf) (buf) macro
Dtc-mt.c41 #define INSN_VALUE(buf) (*(buf)) macro
44 #define INSN_VALUE(buf) (buf) macro
Dtc-xstormy16.c37 #define INSN_VALUE(buf) (*(buf)) macro
40 #define INSN_VALUE(buf) (buf) macro
Dtc-m32r.c49 #define INSN_VALUE(buf) (*(buf)) macro
52 #define INSN_VALUE(buf) (buf) macro
1023 (gas_cgen_cpu_desc, NULL, INSN_VALUE (first.buffer), NULL, 16, in assemble_two_insns()
1105 (gas_cgen_cpu_desc, NULL, INSN_VALUE (second.buffer), NULL, 16, in assemble_two_insns()
1312 (gas_cgen_cpu_desc, NULL, INSN_VALUE (insn.buffer), NULL, in md_assemble()
Dtc-epiphany.c42 #define INSN_VALUE(buf) (*(buf)) macro
45 #define INSN_VALUE(buf) (buf) macro
Dtc-iq2000.c43 #define INSN_VALUE(buf) (*(buf)) macro
46 #define INSN_VALUE(buf) (buf) macro
Dtc-m32c.c42 #define INSN_VALUE(buf) (*(buf)) macro
45 #define INSN_VALUE(buf) (buf) macro
Dtc-frv.c41 #define INSN_VALUE(buf) (*(buf)) macro
44 #define INSN_VALUE(buf) (buf) macro
Dtc-mep.c43 #define INSN_VALUE(buf) (*(buf)) macro
46 #define INSN_VALUE(buf) (buf) macro
/toolchain/binutils/binutils-2.25/opcodes/
Dcgen-ibld.in395 INSN_VALUE is the first base_insn_bitsize bits of the insn in host order,
455 /* Does the value reside in INSN_VALUE, and at the right alignment? */
498 INSN_VALUE is the first base_insn_bitsize bits, translated to host order.