| /rk3399_rockchip-uboot/post/lib_powerpc/ |
| H A D | cmp.c | 28 extern void cpu_post_exec_12 (ulong *code, ulong *res, ulong op1, ulong op2); 34 ulong op2; member 101 cpu_post_exec_12 (code, & res, test->op1, test->op2); in cpu_post_test_cmp()
|
| H A D | threex.c | 28 ulong op2); 35 ulong op2; member 178 cpu_post_exec_22 (code, & cr, & res, test->op1, test->op2); in cpu_post_test_threex() 190 cpu_post_exec_22 (codecr, & cr, & res, test->op1, test->op2); in cpu_post_test_threex()
|
| H A D | rlwnm.c | 25 ulong op2); 32 ulong op2; member 114 cpu_post_exec_22 (code, & cr, & res, test->op1, test->op2); in cpu_post_test_rlwnm() 126 cpu_post_exec_22 (codecr, & cr, & res, test->op1, test->op2); in cpu_post_test_rlwnm()
|
| H A D | rlwimi.c | 25 ulong op2); 33 uchar op2; member 76 ASM_113(test->cmd, reg1, reg0, test->op2, test->mb, test->me), in cpu_post_test_rlwimi() 95 ASM_113(test->cmd, reg1, reg0, test->op2, test->mb, test->me) | in cpu_post_test_rlwimi()
|
| H A D | three.c | 28 ulong op2); 35 ulong op2; member 208 cpu_post_exec_22 (code, & cr, & res, test->op1, test->op2); in cpu_post_test_three() 220 cpu_post_exec_22 (codecr, & cr, & res, test->op1, test->op2); in cpu_post_test_three()
|
| H A D | srawi.c | 31 uchar op2; member 73 ASM_11S(test->cmd, reg1, reg0, test->op2), in cpu_post_test_srawi() 90 ASM_11S(test->cmd, reg1, reg0, test->op2) | BIT_C, in cpu_post_test_srawi()
|
| H A D | cmpi.c | 34 ushort op2; member 95 ASM_1IC(test->cmd, test->cr, 3, test->op2), in cpu_post_test_cmpi()
|
| H A D | rlwinm.c | 31 uchar op2; member 71 ASM_113(test->cmd, reg1, reg0, test->op2, test->mb, test->me), in cpu_post_test_rlwinm() 88 ASM_113(test->cmd, reg1, reg0, test->op2, test->mb, in cpu_post_test_rlwinm()
|
| H A D | string.c | 25 extern void cpu_post_exec_02 (ulong *code, ulong op1, ulong op2); 26 extern void cpu_post_exec_04 (ulong *code, ulong op1, ulong op2, ulong op3,
|
| H A D | cr.c | 39 extern void cpu_post_exec_21x (ulong *code, ulong *op1, ulong *op2, ulong op3); 90 ulong op2; member 314 ASM_12F(test->cmd, test->op3, test->op1, test->op2), in cpu_post_test_cr()
|
| H A D | threei.c | 33 ushort op2; member 87 ASM_11IX(test->cmd, reg1, reg0, test->op2), in cpu_post_test_threei()
|
| H A D | andi.c | 31 ushort op2; member 73 ASM_11IX(test->cmd, reg1, reg0, test->op2), in cpu_post_test_andi()
|
| H A D | load.c | 33 extern void cpu_post_exec_22w (ulong *code, ulong *op1, ulong op2, ulong *op3); 34 extern void cpu_post_exec_21w (ulong *code, ulong *op1, ulong *op2);
|
| H A D | store.c | 33 extern void cpu_post_exec_12w (ulong *code, ulong *op1, ulong op2, ulong op3); 34 extern void cpu_post_exec_11w (ulong *code, ulong *op1, ulong op2);
|
| H A D | multi.c | 25 extern void cpu_post_exec_02(ulong *code, ulong op1, ulong op2);
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/ |
| H A D | ops2.c | 58 u8 op2) in x86emuOp2_illegal_op() argument 64 M.x86.R_CS, M.x86.R_IP-2,op2); in x86emuOp2_illegal_op() 145 void x86emuOp2_long_jump(u8 op2) in x86emuOp2_long_jump() argument 152 cond = x86emu_check_jump_condition(op2 & 0xF); in x86emuOp2_long_jump() 167 void x86emuOp2_set_byte(u8 op2) in x86emuOp2_set_byte() argument 176 switch (op2) { in x86emuOp2_set_byte() 263 void x86emuOp2_push_FS(u8 X86EMU_UNUSED(op2)) in x86emuOp2_push_FS() argument 277 void x86emuOp2_pop_FS(u8 X86EMU_UNUSED(op2)) in x86emuOp2_pop_FS() argument 291 void x86emuOp2_bt_R(u8 X86EMU_UNUSED(op2)) in x86emuOp2_bt_R() argument 354 void x86emuOp2_shld_IMM(u8 X86EMU_UNUSED(op2)) in x86emuOp2_shld_IMM() argument [all …]
|
| H A D | ops.c | 499 u8 op2 = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in x86emuOp_two_byte() local 501 (*x86emu_optab2[op2])(op2); in x86emuOp_two_byte()
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/ |
| H A D | ops.h | 43 extern void (*x86emu_optab2[0x100])(u8 op2);
|