Searched defs:register_list (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/disas/ |
H A D | nanomips.c | 79 static uint64 renumber_registers(uint64 index, uint64 *register_list, in renumber_registers() 120 static uint64 register_list[] = { 8, 9, 10, 11, 4, 5, 6, 7, in decode_gpr_gpr4() local 156 static uint64 register_list[] = { 8, 9, 10, 0, 4, 5, 6, 7, in decode_gpr_gpr4_zero() local 215 static uint64 register_list[] = { 16, 17, 18, 19, 4, 5, 6, 7 }; in decode_gpr_gpr3() local 255 static uint64 register_list[] = { 0, 17, 18, 19, 4, 5, 6, 7 }; in decode_gpr_gpr3_src_store() local 285 static uint64 register_list[] = { 4, 5, 6, 7 }; in decode_gpr_gpr2_reg1() local 315 static uint64 register_list[] = { 5, 6, 7, 8 }; in decode_gpr_gpr2_reg2() local 344 static uint64 register_list[] = { 4, 5 }; in decode_gpr_gpr1() local
|