Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/post/lib_powerpc/
H A Dcmp.c28 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 Dthreex.c28 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 Drlwnm.c25 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 Drlwimi.c25 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 Dthree.c28 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 Dsrawi.c31 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 Dcmpi.c34 ushort op2; member
95 ASM_1IC(test->cmd, test->cr, 3, test->op2), in cpu_post_test_cmpi()
H A Drlwinm.c31 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 Dstring.c25 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 Dcr.c39 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 Dthreei.c33 ushort op2; member
87 ASM_11IX(test->cmd, reg1, reg0, test->op2), in cpu_post_test_threei()
H A Dandi.c31 ushort op2; member
73 ASM_11IX(test->cmd, reg1, reg0, test->op2), in cpu_post_test_andi()
H A Dload.c33 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 Dstore.c33 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 Dmulti.c25 extern void cpu_post_exec_02(ulong *code, ulong op1, ulong op2);
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/
H A Dops2.c58 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 Dops.c499 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 Dops.h43 extern void (*x86emu_optab2[0x100])(u8 op2);