Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/vbit-test/
Dmain.c89 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()
Dvalgrind.c55 cb.immediate_type = op->immediate_type; in new_iricb()
Dvtest.h174 unsigned immediate_type; member
Dbinary.c651 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()
/external/valgrind/VEX/priv/
Dir_inject.c226 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()
/external/valgrind/VEX/pub/
Dlibvex.h903 UInt immediate_type; // size of immediate Ity_I8, Ity_16 member