HomeSort by relevance Sort by last modified time
    Searched refs:immediate_type (Results 1 - 6 of 6) sorted by null

  /external/valgrind/memcheck/tests/vbit-test/
main.c 89 tmp->immediate_type = Ity_I8;
95 tmp->immediate_type = Ity_I8;
101 tmp->immediate_type = Ity_I8;
107 tmp->immediate_type = Ity_I8;
114 tmp->immediate_type = Ity_I8;
120 tmp->immediate_type = Ity_I8;
valgrind.c 55 cb.immediate_type = op->immediate_type;
vtest.h 174 unsigned immediate_type; member in struct:__anon42969
binary.c 651 assert((op->immediate_type == Ity_I8)
652 || (op->immediate_type == Ity_I16)
653 || (op->immediate_type == Ity_I32));
  /external/valgrind/VEX/priv/
ir_inject.c 226 if (iricb.immediate_type == Ity_I8) {
228 } else if (iricb.immediate_type == Ity_I16) {
230 } else if (iricb.immediate_type == Ity_I32) {
258 if (iricb.immediate_type == Ity_I8) {
260 } else if (iricb.immediate_type == Ity_I16) {
262 } else if (iricb.immediate_type == Ity_I32) {
291 if (iricb.immediate_type == Ity_I8) {
293 } else if (iricb.immediate_type == Ity_I16) {
295 } else if (iricb.immediate_type == Ity_I32) {
  /external/valgrind/VEX/pub/
libvex.h 903 UInt immediate_type; \/\/ size of immediate Ity_I8, Ity_16 member in struct:__anon42054
    [all...]

Completed in 642 milliseconds