Home
last modified time | relevance | path

Searched refs:bl_gen_i_type (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/mips/
H A Dbootloader.c103 static void bl_gen_i_type(void **ptr, uint8_t opcode, in bl_gen_i_type() function
162 bl_gen_i_type(p, 0x0f, 0, rt, imm); in bl_gen_lui()
180 bl_gen_i_type(p, 0x0d, rs, rt, imm); in bl_gen_ori()
202 bl_gen_i_type(p, 0x2b, base, rt, offset); in bl_gen_sw()
209 bl_gen_i_type(p, 0x3f, base, rt, offset); in bl_gen_sd()