Home
last modified time | relevance | path

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

/dports/devel/libfirm/libfirm-1.21.0/ir/ir/
H A Dgen_irop.c.inl65 …op_Alloc = new_ir_op(iro_Alloc, "Alloc", op_pin_state_exc_pinned, irop_flag_fragile | irop_flag_us…
73 …op_Bound = new_ir_op(iro_Bound, "Bound", op_pin_state_exc_pinned, irop_flag_fragile | irop_flag_hi…
77 …op_Call = new_ir_op(iro_Call, "Call", op_pin_state_mem_pinned, irop_flag_fragile | irop_flag_uses_…
87 …op_CopyB = new_ir_op(iro_CopyB, "CopyB", op_pin_state_mem_pinned, irop_flag_fragile | irop_flag_us…
91 …op_Div = new_ir_op(iro_Div, "Div", op_pin_state_exc_pinned, irop_flag_fragile | irop_flag_uses_mem…
103 …op_Load = new_ir_op(iro_Load, "Load", op_pin_state_exc_pinned, irop_flag_fragile | irop_flag_uses_…
107 …op_Mod = new_ir_op(iro_Mod, "Mod", op_pin_state_exc_pinned, irop_flag_fragile | irop_flag_uses_mem…
127 …op_Store = new_ir_op(iro_Store, "Store", op_pin_state_exc_pinned, irop_flag_fragile | irop_flag_us…
H A Dirop_t.h78 return op->flags & irop_flag_fragile; in is_op_fragile()
H A Dirop.c131 assert(op->flags & irop_flag_fragile); in ir_op_set_fragile_indices()
/dports/devel/libfirm/libfirm-1.21.0/include/libfirm/
H A Dirop.h67 irop_flag_fragile = 1U << 2, /**< Set if the operation can change the enumerator
/dports/devel/libfirm/libfirm-1.21.0/ir/be/ia32/
H A Dgen_ia32_new_nodes.c.inl9926 …tore, "ia32_xStore", op_pin_state_exc_pinned, irop_flag_uses_memory|irop_flag_fragile, oparity_any…
9978 …ore, "ia32_xxStore", op_pin_state_exc_pinned, irop_flag_uses_memory|irop_flag_fragile, oparity_any…
9988 …2_Call, "ia32_Call", op_pin_state_exc_pinned, irop_flag_uses_memory|irop_flag_fragile, oparity_any…
10048 …xLoad, "ia32_xLoad", op_pin_state_exc_pinned, irop_flag_uses_memory|irop_flag_fragile, oparity_tri…
10081 …a32_CopyB, "ia32_CopyB", op_pin_state_pinned, irop_flag_uses_memory|irop_flag_fragile, oparity_any…
10107 …op = new_ir_op(cur_opcode + iro_ia32_Div, "ia32_Div", op_pin_state_exc_pinned, irop_flag_fragile|i…
10366 …2_fist, "ia32_fist", op_pin_state_exc_pinned, irop_flag_uses_memory|irop_flag_fragile, oparity_any…
10440 …a32_fst, "ia32_fst", op_pin_state_exc_pinned, irop_flag_uses_memory|irop_flag_fragile, oparity_any…
10500 …Store, "ia32_Store", op_pin_state_exc_pinned, irop_flag_uses_memory|irop_flag_fragile, oparity_any…
10759 …op = new_ir_op(cur_opcode + iro_ia32_IDiv, "ia32_IDiv", op_pin_state_exc_pinned, irop_flag_fragile
[all …]
/dports/devel/libfirm/libfirm-1.21.0/ir/be/
H A Dbenode.c1294 …= new_be_op(beo_Call, "be_Call", op_pin_state_exc_pinned, irop_flag_fragile|irop_flag_us… in be_init_op()