Searched refs:expr_list (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/sbin/wsconsctl/ |
| H A D | map_parse.y | 112 } expr_list 115 expr_list : expr 116 | expr_list expr
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | ValueObjectVariable.cpp | 131 DWARFExpressionList &expr_list = variable->LocationExpressionList(); in UpdateValue() local 136 if (expr_list.GetExpressionData(m_data)) { in UpdateValue() 154 if (!expr_list.IsAlwaysValidSingleExpr()) { in UpdateValue() 163 if (expr_list.Evaluate(&exe_ctx, nullptr, loclist_base_load_addr, nullptr, in UpdateValue()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | rtl.texi | 396 In a @code{call_insn}, @code{note}, or an @code{expr_list} for notes, 835 In a @code{call_insn}, @code{note}, or an @code{expr_list} of notes, 2244 of the @code{parallel} is an @code{expr_list} whose first operand is a 2805 @code{expr_list} expressions) containing @code{use} and @code{clobber} 3022 A list (chain of @code{expr_list} and @code{insn_list} expressions) 3048 @code{LOG_LINKS} field but it includes @code{expr_list} expressions in 3271 @code{expr_list}. 3295 @code{expr_list} is printed using these symbolic codes in debugging dumps. 3298 @findex expr_list 3300 @code{expr_list} is that the first operand of an @code{insn_list} is [all …]
|
| H A D | tm.texi | 3503 @code{parallel} holds any number of @code{expr_list} pairs; each one 3505 @code{expr_list} the first operand must be a @code{reg} RTX for the hard 3508 second operand of the @code{expr_list} is a @code{const_int} which gives 3510 As a special exception the first @code{expr_list} in the @code{parallel}
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | rtl.texi | 566 In a @code{call_insn}, @code{note}, or an @code{expr_list} for notes, 976 In a @code{call_insn}, @code{note}, or an @code{expr_list} of notes, 2473 of the @code{parallel} is an @code{expr_list} whose first operand is a 3034 @code{expr_list} expressions) containing @code{use} and @code{clobber} 3246 A list (chain of @code{expr_list} and @code{insn_list} expressions) 3272 @code{LOG_LINKS} field but it includes @code{expr_list} expressions in 3503 @code{expr_list}. 3527 @code{expr_list} is printed using these symbolic codes in debugging dumps. 3530 @findex expr_list 3532 @code{expr_list} is that the first operand of an @code{insn_list} is [all …]
|
| H A D | gccint.info | 8985 In a `call_insn', `note', or an `expr_list' for notes, indicates 9276 In a `call_insn', `note', or an `expr_list' of notes, 1 means that 10504 of the `parallel' is an `expr_list' whose first operand is a `reg' 10990 `expr_list' expressions) containing `use' and `clobber' 11174 A list (chain of `expr_list' and `insn_list' expressions) giving 11199 field but it includes `expr_list' expressions in addition to 11404 are stored in the `REG_NOTES' field of an insn as an `expr_list'. 11423 For convenience, the machine mode in an `insn_list' or `expr_list' is 11427 `expr_list' is that the first operand of an `insn_list' is assumed to 11429 the first operand of an `expr_list' is printed in the ordinary way as [all …]
|
| H A D | tm.texi | 3791 @code{parallel} holds any number of @code{expr_list} pairs; each one 3793 @code{expr_list} the first operand must be a @code{reg} RTX for the hard 3796 second operand of the @code{expr_list} is a @code{const_int} which gives 3798 As a special exception the first @code{expr_list} in the @code{parallel}
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | var-tracking.c | 2458 rtx expr_list in emit_note_insn_var_location() local 2462 expr_list); in emit_note_insn_var_location()
|
| H A D | rtl.def | 90 DEF_RTL_EXPR(EXPR_LIST, "expr_list", "ee", RTX_EXTRA)
|
| /openbsd-src/gnu/gcc/gcc/config/mcore/ |
| H A D | mcore.md | 1772 … [(expr_list (match_operand 3 "register_operand" "") (match_operand 4 "immediate_operand" "")) 1773 … (expr_list (match_operand 5 "register_operand" "") (match_operand 6 "immediate_operand" ""))])
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mcore/ |
| H A D | mcore.md | 1768 … [(expr_list (match_operand 3 "register_operand" "") (match_operand 4 "immediate_operand" "")) 1769 … (expr_list (match_operand 5 "register_operand" "") (match_operand 6 "immediate_operand" ""))])
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | rtl.def | 86 DEF_RTL_EXPR(EXPR_LIST, "expr_list", "ee", 'x')
|
| H A D | ChangeLog | 3966 Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.
|
| H A D | ChangeLog.7 | 20477 to extract items in the expr_list chain.
|