Searched refs:immediate_type (Results 1 – 6 of 6) sorted by relevance
89 tmp->immediate_type = Ity_I8; in fixup_irops()95 tmp->immediate_type = Ity_I8; in fixup_irops()101 tmp->immediate_type = Ity_I8; in fixup_irops()107 tmp->immediate_type = Ity_I8; in fixup_irops()114 tmp->immediate_type = Ity_I8; in fixup_irops()120 tmp->immediate_type = Ity_I8; in fixup_irops()
55 cb.immediate_type = op->immediate_type; in new_iricb()
174 unsigned immediate_type; member
651 assert((op->immediate_type == Ity_I8) in test_binary_op()652 || (op->immediate_type == Ity_I16) in test_binary_op()653 || (op->immediate_type == Ity_I32)); in test_binary_op()
226 if (iricb.immediate_type == Ity_I8) { in vex_inject_ir()228 } else if (iricb.immediate_type == Ity_I16) { in vex_inject_ir()230 } else if (iricb.immediate_type == Ity_I32) { in vex_inject_ir()258 if (iricb.immediate_type == Ity_I8) { in vex_inject_ir()260 } else if (iricb.immediate_type == Ity_I16) { in vex_inject_ir()262 } else if (iricb.immediate_type == Ity_I32) { in vex_inject_ir()291 if (iricb.immediate_type == Ity_I8) { in vex_inject_ir()293 } else if (iricb.immediate_type == Ity_I16) { in vex_inject_ir()295 } else if (iricb.immediate_type == Ity_I32) { in vex_inject_ir()
903 UInt immediate_type; // size of immediate Ity_I8, Ity_16 member