Searched refs:INSN_VALUE (Results 1 – 14 of 14) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-or1k.c | 39 #define INSN_VALUE(buf) (*(buf)) macro 42 #define INSN_VALUE(buf) (buf) macro
|
D | tc-fr30.c | 38 #define INSN_VALUE(buf) (*(buf)) macro 41 #define INSN_VALUE(buf) (buf) macro
|
D | tc-lm32.c | 41 #define INSN_VALUE(buf) (*(buf)) macro 44 #define INSN_VALUE(buf) (buf) macro
|
D | tc-ip2k.c | 40 #define INSN_VALUE(buf) (*(buf)) macro 43 #define INSN_VALUE(buf) (buf) macro
|
D | tc-xc16x.c | 46 #define INSN_VALUE(buf) (*(buf)) macro 49 #define INSN_VALUE(buf) (buf) macro
|
D | tc-mt.c | 41 #define INSN_VALUE(buf) (*(buf)) macro 44 #define INSN_VALUE(buf) (buf) macro
|
D | tc-xstormy16.c | 37 #define INSN_VALUE(buf) (*(buf)) macro 40 #define INSN_VALUE(buf) (buf) macro
|
D | tc-m32r.c | 49 #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()
|
D | tc-epiphany.c | 42 #define INSN_VALUE(buf) (*(buf)) macro 45 #define INSN_VALUE(buf) (buf) macro
|
D | tc-iq2000.c | 43 #define INSN_VALUE(buf) (*(buf)) macro 46 #define INSN_VALUE(buf) (buf) macro
|
D | tc-m32c.c | 42 #define INSN_VALUE(buf) (*(buf)) macro 45 #define INSN_VALUE(buf) (buf) macro
|
D | tc-frv.c | 41 #define INSN_VALUE(buf) (*(buf)) macro 44 #define INSN_VALUE(buf) (buf) macro
|
D | tc-mep.c | 43 #define INSN_VALUE(buf) (*(buf)) macro 46 #define INSN_VALUE(buf) (buf) macro
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | cgen-ibld.in | 395 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.
|