Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dlinearize.c45 static struct instruction *alloc_instruction(int opcode, int size) in alloc_instruction() function
61 struct instruction *insn = alloc_instruction(opcode, type_size(type)); in alloc_typed_instruction()
637 struct instruction *br = alloc_instruction(OP_BR, 0); in add_goto()
685 br = alloc_instruction(OP_BR, 0); in insert_branch()
757 br = alloc_instruction(OP_CBR, 0); in add_branch()
1093 struct instruction *insn = alloc_instruction(OP_SYMADDR, bits_in_pointer); in add_symbol_address()
1544 insn = alloc_instruction(OP_CONTEXT, 0); in linearize_call_expression()
2027 struct instruction *insn = alloc_instruction(OP_INLINED_CALL, 0); in linearize_inlined_call()
2055 struct instruction *insn = alloc_instruction(OP_CONTEXT, 0); in linearize_context()
2066 struct instruction *insn = alloc_instruction(OP_RANGE, 0); in linearize_range()
[all …]