Home
last modified time | relevance | path

Searched refs:asm_operand (Results 1 – 12 of 12) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dtarget.h76 struct asm_operand;
103 const char *(*asm_constraint)(struct asm_operand *op, int c, const char *str);
Dlib.h67 struct asm_operand;
77 DECLARE_PTR_LIST(asm_operand_list, struct asm_operand);
Dtarget-s390.c23 static const char *asm_constraint_s390(struct asm_operand *op, int c, const char *str) in asm_constraint_s390()
Dtarget-ppc.c23 static const char *asm_constraint_ppc(struct asm_operand *op, int c, const char *str) in asm_constraint_ppc()
Dallocate.h85 DECLARE_ALLOCATOR(asm_operand);
Dallocate.c144 ALLOCATOR(asm_operand, "asmops");
Dexpression.h139 struct asm_operand { struct
Dinline.c294 struct asm_operand *old; in copy_asm_operands()
297 struct asm_operand *new = __alloc_asm_operand(0); in copy_asm_operands()
Dlinearize.c2085 …le(struct instruction *insn, struct asm_constraint_list **list, struct asm_operand *op, pseudo_t p… in add_asm_rule()
2095 static void add_asm_input(struct entrypoint *ep, struct instruction *insn, struct asm_operand *op) in add_asm_input()
2102 …oid add_asm_output_address(struct entrypoint *ep, struct instruction *insn, struct asm_operand *op) in add_asm_output_address()
2114 static void add_asm_output(struct entrypoint *ep, struct instruction *insn, struct asm_operand *op) in add_asm_output()
2135 struct asm_operand *op; in linearize_asm_statement()
Devaluate.c3627 static void parse_asm_constraint(struct asm_operand *op) in parse_asm_constraint()
3700 static void verify_output_constraint(struct asm_operand *op) in verify_output_constraint()
3709 static void verify_input_constraint(struct asm_operand *op) in verify_input_constraint()
3718 static void evaluate_asm_memop(struct asm_operand *op) in evaluate_asm_memop()
3740 struct asm_operand *op; in evaluate_asm_statement()
Dexpand.c1247 struct asm_operand *op; in expand_asm_statement()
Dparse.c1991 struct asm_operand *op = __alloc_asm_operand(0); in parse_asm_operands()