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

  /src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c 10095 /* OK, we start with ubfm which just needs to pick
10138 ubfm (sim_cpu *cpu, uint32_t r, uint32_t s) function
10209 /* acpu per ubfm but use an ASR instead of an LSR. */
10230 ubfm and also generate a mask to pick the
10330 instr[30,29] = op : 0 ==> SBFM, 1 ==> BFM, 2 ==> UBFM, 3 ==> UNALLOC
10365 case 6: ubfm (cpu, immr, imms); return;
  /src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c 10095 /* OK, we start with ubfm which just needs to pick
10138 ubfm (sim_cpu *cpu, uint32_t r, uint32_t s) function
10209 /* acpu per ubfm but use an ASR instead of an LSR. */
10230 ubfm and also generate a mask to pick the
10330 instr[30,29] = op : 0 ==> SBFM, 1 ==> BFM, 2 ==> UBFM, 3 ==> UNALLOC
10365 case 6: ubfm (cpu, immr, imms); return;

Completed in 31 milliseconds