HomeSort by: relevance | last modified time | path
    Searched defs:mem_get_hi (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/m32c/
mem.c 501 mem_get_hi (int address) function
  /src/external/gpl3/gdb/dist/sim/rl78/
mem.c 181 alu = mem_get_hi (MDAL);
182 ahu = mem_get_hi (MDAH);
189 als = sign_ext (mem_get_hi (MDAL), 16);
190 ahs = sign_ext (mem_get_hi (MDAH), 16);
197 alu = mem_get_hi (MDAL);
198 ahu = mem_get_hi (MDAH);
209 als = sign_ext (mem_get_hi (MDAL), 16);
210 ahs = sign_ext (mem_get_hi (MDAH), 16);
251 b = mem_get_hi (MDBL) | (mem_get_hi (MDBH) << 16)
387 mem_get_hi (int address) function
    [all...]
  /src/external/gpl3/gdb/dist/sim/rx/
mem.c 496 mem_get_hi (int address) function
  /src/external/gpl3/gdb.old/dist/sim/m32c/
mem.c 501 mem_get_hi (int address) function
  /src/external/gpl3/gdb.old/dist/sim/rl78/
mem.c 181 alu = mem_get_hi (MDAL);
182 ahu = mem_get_hi (MDAH);
189 als = sign_ext (mem_get_hi (MDAL), 16);
190 ahs = sign_ext (mem_get_hi (MDAH), 16);
197 alu = mem_get_hi (MDAL);
198 ahu = mem_get_hi (MDAH);
209 als = sign_ext (mem_get_hi (MDAL), 16);
210 ahs = sign_ext (mem_get_hi (MDAH), 16);
251 b = mem_get_hi (MDBL) | (mem_get_hi (MDBH) << 16)
387 mem_get_hi (int address) function
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/rx/
mem.c 496 mem_get_hi (int address) function

Completed in 30 milliseconds