Home
last modified time | relevance | path

Searched defs:reg2i12_format (Results 1 – 2 of 2) sorted by relevance

/linux/tools/arch/loongarch/include/asm/
H A Dinst.h78 struct reg2i12_format { struct
79 unsigned int rd : 5;
80 unsigned int rj : 5;
81 unsigned int immediate : 12;
105 struct reg2i12_format reg2i12_format; argument
/linux/arch/loongarch/include/asm/
H A Dinst.h304 struct reg2i12_format { struct
305 unsigned int rd : 5;
306 unsigned int rj : 5;
307 unsigned int immediate : 12;
308 unsigned int opcode : 10;
364 struct reg2i12_format reg2i12_format; member