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

  /src/external/gpl3/gdb.old/dist/gdb/
loongarch-tdep.c 2027 int store_type, data_size, rj_num; local
2030 store_type = is_st_b_insn (loongarch_record->insn) ? STB :
2052 if (store_type == STB || store_type == STH || store_type == STW
2053 || store_type == STD || store_type == FSTS || store_type == FSTD
2054 || store_type == VST || store_type == XVST
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
loongarch-tdep.c 2348 int store_type, data_size, rj_num; local
2351 store_type = is_st_b_insn (loongarch_record->insn) ? STB :
2373 if (store_type == STB || store_type == STH || store_type == STW
2374 || store_type == STD || store_type == FSTS || store_type == FSTD
2375 || store_type == VST || store_type == XVST
    [all...]

Completed in 20 milliseconds