OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BuildInstr
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
xtensa-relax.h
145
typedef struct build_instr
BuildInstr
;
160
BuildInstr
*next;
168
BuildInstr
*to_instr;
xtensa-relax.c
614
append_build_insn (TransitionRule *tr,
BuildInstr
*bi)
616
BuildInstr
*prev = tr->to_instr;
617
BuildInstr
*nxt;
636
append_op (
BuildInstr
*bi, BuildOp *b_op)
657
append_literal_op (
BuildInstr
*bi, unsigned op1, unsigned src_op)
670
append_label_op (
BuildInstr
*bi, unsigned op1)
683
append_constant_op (
BuildInstr
*bi, unsigned op1, unsigned cnst)
696
append_field_op (
BuildInstr
*bi, unsigned op1, unsigned src_op)
711
append_user_fn_field_op (
BuildInstr
*bi,
[
all
...]
tc-xtensa.c
462
static bfd_boolean xg_build_to_insn (TInsn *, TInsn *,
BuildInstr
*);
[
all
...]
Completed in 66 milliseconds