| /src/external/gpl3/gcc.old/dist/gcc/ |
| recog.cc | 1965 rtx asm_op = extract_asm_operands (CONST_CAST_RTX (body)); 1968 if (asm_op == NULL) 2016 != ASM_OPERANDS_INPUT_VEC (asm_op)) 2031 return (ASM_OPERANDS_INPUT_LENGTH (asm_op) 2032 + ASM_OPERANDS_LABEL_LENGTH (asm_op) + n_sets); 1961 rtx asm_op = extract_asm_operands (CONST_CAST_RTX (body)); local
|
| targhooks.cc | 2022 const char *asm_op = integer_asm_op (POINTER_SIZE_UNITS, false); local 2024 gcc_assert (asm_op != NULL); 2031 fputs (asm_op, file);
|
| cfgexpand.cc | 2899 rtx asm_op, clob; local 2916 asm_op = body; 2920 XVECEXP (body, 0, 0) = asm_op;
|
| function.cc | 1825 rtx asm_op = extract_asm_operands (PATTERN (insn)); 1826 PATTERN (insn) = asm_op; 1827 PUT_MODE (asm_op, VOIDmode); 1828 ASM_OPERANDS_TEMPLATE (asm_op) = ggc_strdup (""); 1829 ASM_OPERANDS_OUTPUT_CONSTRAINT (asm_op) = ""; 1830 ASM_OPERANDS_OUTPUT_IDX (asm_op) = 0; 1831 ASM_OPERANDS_INPUT_VEC (asm_op) = rtvec_alloc (0); 1832 ASM_OPERANDS_INPUT_CONSTRAINT_VEC (asm_op) = rtvec_alloc (0); 1814 rtx asm_op = extract_asm_operands (PATTERN (insn)); local
|
| optabs.cc | 7048 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
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-playback.cc | 2193 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;
|
| jit-recording.cc | 7362 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);
|
| /src/sys/arch/ia64/disasm/ |
| disasm.h | 238 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);
|