Searched refs:op2 (Results 1 - 20 of 20) sorted by relevance

/u-boot/drivers/bios_emulator/include/x86emu/
H A Dops.h43 extern void (*x86emu_optab2[0x100])(u8 op2);
/u-boot/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 in struct:cpu_post_cmp_s
101 cpu_post_exec_12 (code, & res, test->op1, test->op2);
H A Drlwimi.c25 ulong op2);
33 uchar op2; member in struct:cpu_post_rlwimi_s
76 ASM_113(test->cmd, reg1, reg0, test->op2, test->mb, test->me),
95 ASM_113(test->cmd, reg1, reg0, test->op2, test->mb, test->me) |
H A Dmulti.c26 extern void cpu_post_exec_02(ulong *code, ulong op1, ulong op2);
H A Drlwnm.c25 ulong op2);
32 ulong op2; member in struct:cpu_post_rlwnm_s
114 cpu_post_exec_22 (code, & cr, & res, test->op1, test->op2);
126 cpu_post_exec_22 (codecr, & cr, & res, test->op1, test->op2);
H A Dcmpi.c34 ushort op2; member in struct:cpu_post_cmpi_s
95 ASM_1IC(test->cmd, test->cr, 3, test->op2),
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 Drlwinm.c31 uchar op2; member in struct:cpu_post_rlwinm_s
71 ASM_113(test->cmd, reg1, reg0, test->op2, test->mb, test->me),
88 ASM_113(test->cmd, reg1, reg0, test->op2, test->mb,
H A Dsrawi.c31 uchar op2; member in struct:cpu_post_srawi_s
73 ASM_11S(test->cmd, reg1, reg0, test->op2),
90 ASM_11S(test->cmd, reg1, reg0, test->op2) | BIT_C,
H A Dthree.c28 ulong op2);
35 ulong op2; member in struct:cpu_post_three_s
208 cpu_post_exec_22 (code, & cr, & res, test->op1, test->op2);
220 cpu_post_exec_22 (codecr, & cr, & res, test->op1, test->op2);
H A Dthreex.c28 ulong op2);
35 ulong op2; member in struct:cpu_post_threex_s
178 cpu_post_exec_22 (code, & cr, & res, test->op1, test->op2);
190 cpu_post_exec_22 (codecr, & cr, & res, test->op1, test->op2);
H A Dandi.c31 ushort op2; member in struct:cpu_post_andi_s
73 ASM_11IX(test->cmd, reg1, reg0, test->op2),
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 Dthreei.c33 ushort op2; member in struct:cpu_post_threei_s
87 ASM_11IX(test->cmd, reg1, reg0, test->op2),
H A Dcr.c39 extern void cpu_post_exec_21x (ulong *code, ulong *op1, ulong *op2, ulong op3);
90 ulong op2; member in struct:cpu_post_cr_s4
314 ASM_12F(test->cmd, test->op3, test->op1, test->op2),
/u-boot/drivers/bios_emulator/x86emu/
H A Dops2.c59 u8 op2)
65 M.x86.R_CS, M.x86.R_IP-2,op2);
146 void x86emuOp2_long_jump(u8 op2) argument
153 cond = x86emu_check_jump_condition(op2 & 0xF);
168 void x86emuOp2_set_byte(u8 op2) argument
177 switch (op2) {
264 void x86emuOp2_push_FS(u8 X86EMU_UNUSED(op2))
278 void x86emuOp2_pop_FS(u8 X86EMU_UNUSED(op2))
292 void x86emuOp2_bt_R(u8 X86EMU_UNUSED(op2))
355 void x86emuOp2_shld_IMM(u8 X86EMU_UNUSED(op2))
58 x86emuOp2_illegal_op( u8 op2) argument
[all...]
H A Dops.c500 u8 op2 = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); local
502 (*x86emu_optab2[op2])(op2);
/u-boot/arch/arm/include/asm/
H A Desr.h180 #define ESR_ELx_SYS64_ISS_SYS_VAL(op0, op1, op2, crn, crm) \
183 ((op2) << ESR_ELx_SYS64_ISS_OP2_SHIFT) | \
194 * op0=1, op1=3, op2=1, crn=7, crm={ 5, 10, 11, 12, 13, 14 }, WRITE (L=0)
292 #define ESR_ELx_CP15_32_ISS_SYS_VAL(op1, op2, crn, crm) \
294 ((op2) << ESR_ELx_CP15_32_ISS_OP2_SHIFT) | \
/u-boot/lib/zstd/decompress/
H A Dhuf_decompress.c582 BYTE* op2 = opStart2; local
600 HUF_DECODE_SYMBOLX1_2(op2, &bitD2);
604 HUF_DECODE_SYMBOLX1_1(op2, &bitD2);
608 HUF_DECODE_SYMBOLX1_2(op2, &bitD2);
612 HUF_DECODE_SYMBOLX1_0(op2, &bitD2);
626 if (op2 > opStart3) return ERROR(corruption_detected);
632 HUF_decodeStreamX1(op2, &bitD2, opStart3, dt, dtLog);
1276 BYTE* op2 = opStart2; local
1298 HUF_DECODE_SYMBOLX2_2(op2, &bitD2);
1299 HUF_DECODE_SYMBOLX2_1(op2,
[all...]

Completed in 135 milliseconds