Searched defs:opcode (Results 1 – 1 of 1) sorted by relevance
| /post/lib_powerpc/ |
| A D | cpu_asm.h | 112 #define ASM_0(opcode) (opcode) argument 113 #define ASM_1(opcode, rd) ((opcode) + \ argument 115 #define ASM_1C(opcode, cr) ((opcode) + \ argument 117 #define ASM_11(opcode, rd, rs) ((opcode) + \ argument 120 #define ASM_11C(opcode, cd, cs) ((opcode) + \ argument 123 #define ASM_11X(opcode, rd, rs) ((opcode) + \ argument 134 #define ASM_11S(opcode, rd, rs, sh) ((opcode) + \ argument 142 #define ASM_12(opcode, rd, rs1, rs2) ((opcode) + \ argument 154 #define ASM_2C(opcode, cr, rs1, rs2) ((opcode) + \ argument 176 #define ASM_1O(opcode, off) ((opcode) + (off)) argument [all …]
|
Completed in 5 milliseconds