Searched refs:asm_op (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/sys/arch/ia64/disasm/
H A Ddisasm.h238 enum asm_op { enum
297 enum asm_op i_op;
319 int asm_extract(enum asm_op, enum asm_fmt, uint64_t, struct asm_bundle *, int);
325 void asm_mnemonic(const enum asm_op, char *, size_t);
H A Ddisasm_format.c43 * Mnemonics (keep in sync with enum asm_op).
122 asm_mnemonic(enum asm_op op, char *buf, size_t buflen)
H A Ddisasm_decode.c55 enum asm_op op;
540 enum asm_op op;
656 enum asm_op op;
907 enum asm_op op;
1319 enum asm_op op;
2478 enum asm_op op;
H A Ddisasm_extract.c186 asm_normalize(struct asm_inst *i, enum asm_op op)
1901 asm_extract(enum asm_op op, enum asm_fmt fmt, uint64_t bits,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtarghooks.cc2016 const char *asm_op = integer_asm_op (POINTER_SIZE_UNITS, false); local
2018 gcc_assert (asm_op != NULL);
2025 fputs (asm_op, file);
H A Dfunction.cc1805 rtx asm_op = extract_asm_operands (PATTERN (insn));
1806 PATTERN (insn) = asm_op;
1807 PUT_MODE (asm_op, VOIDmode);
1808 ASM_OPERANDS_TEMPLATE (asm_op) = ggc_strdup ("");
1809 ASM_OPERANDS_OUTPUT_CONSTRAINT (asm_op) = "";
1810 ASM_OPERANDS_OUTPUT_IDX (asm_op) = 0;
1811 ASM_OPERANDS_INPUT_VEC (asm_op) = rtvec_alloc (0);
1812 ASM_OPERANDS_INPUT_CONSTRAINT_VEC (asm_op) = rtvec_alloc (0);
1794 rtx asm_op = extract_asm_operands (PATTERN (insn)); local
H A Drecog.cc1959 rtx asm_op = extract_asm_operands (CONST_CAST_RTX (body));
1962 if (asm_op == NULL)
2010 != ASM_OPERANDS_INPUT_VEC (asm_op))
2025 return (ASM_OPERANDS_INPUT_LENGTH (asm_op)
2026 + ASM_OPERANDS_LABEL_LENGTH (asm_op) + n_sets);
1955 rtx asm_op = extract_asm_operands (CONST_CAST_RTX (body)); local
H A Doptabs.cc7048 rtx asm_op, clob;
7050 asm_op = gen_rtx_ASM_OPERANDS (VOIDmode, "", "", 0,
7053 MEM_VOLATILE_P (asm_op) = 1;
7059 emit_insn (gen_rtx_PARALLEL (VOIDmode, gen_rtvec (2, asm_op, clob)));
7079 rtx asm_op, clob_mem;
7086 asm_op = gen_rtx_ASM_OPERANDS (VOIDmode, "", "", 0,
7089 MEM_VOLATILE_P (asm_op) = 1;
7097 RTVEC_ELT (v, 0) = asm_op;
7024 rtx asm_op, clob; local
7055 rtx asm_op, clob_mem; local
H A Dcfgexpand.cc2899 rtx asm_op, clob; local
2916 asm_op = body;
2920 XVECEXP (body, 0, 0) = asm_op;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtarghooks.c1823 const char *asm_op = integer_asm_op (POINTER_SIZE_UNITS, false); local
1825 gcc_assert (asm_op != NULL);
1832 fputs (asm_op, file);
H A Dlra-assigns.c1855 rtx asm_op = extract_asm_operands (PATTERN (insn)); local
1856 ASM_OPERANDS_TEMPLATE (asm_op) = ggc_strdup ("");
1857 ASM_OPERANDS_INPUT_VEC (asm_op) = rtvec_alloc (0);
1858 ASM_OPERANDS_INPUT_CONSTRAINT_VEC (asm_op) = rtvec_alloc (0);
H A Drecog.c1472 rtx asm_op = extract_asm_operands (CONST_CAST_RTX (body));
1475 if (asm_op == NULL)
1523 != ASM_OPERANDS_INPUT_VEC (asm_op))
1538 return (ASM_OPERANDS_INPUT_LENGTH (asm_op)
1539 + ASM_OPERANDS_LABEL_LENGTH (asm_op) + n_sets);
1467 rtx asm_op = extract_asm_operands (CONST_CAST_RTX (body)); local
H A Dfunction.c1822 rtx asm_op = extract_asm_operands (PATTERN (insn));
1823 ASM_OPERANDS_TEMPLATE (asm_op) = ggc_strdup ("");
1824 ASM_OPERANDS_INPUT_VEC (asm_op) = rtvec_alloc (0);
1825 ASM_OPERANDS_INPUT_CONSTRAINT_VEC (asm_op) = rtvec_alloc (0);
1811 rtx asm_op = extract_asm_operands (PATTERN (insn)); local
H A Dcfgexpand.c2745 rtx asm_op, clob; local
2761 asm_op = body;
2765 XVECEXP (body, 0, 0) = asm_op;
H A Doptabs.c6596 rtx asm_op, clob;
6598 asm_op = gen_rtx_ASM_OPERANDS (VOIDmode, "", "", 0,
6601 MEM_VOLATILE_P (asm_op) = 1;
6607 emit_insn (gen_rtx_PARALLEL (VOIDmode, gen_rtvec (2, asm_op, clob)));
6572 rtx asm_op, clob; local
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc2193 playback::asm_operand *asm_op; local
2194 FOR_EACH_VEC_ELT (*operands, i, asm_op)
2196 tree name = build_string (asm_op->m_asm_symbolic_name);
2197 tree str = build_string (asm_op->m_constraint);
2198 tree value = asm_op->m_expr;
H A Djit-recording.cc7362 output_asm_operand *asm_op; local
7363 FOR_EACH_VEC_ELT (m_output_ops, i, asm_op)
7367 asm_op->print (&pp);
7372 input_asm_operand *asm_op; local
7373 FOR_EACH_VEC_ELT (m_input_ops, i, asm_op)
7377 asm_op->print (&pp);

Completed in 557 milliseconds