Home
last modified time | relevance | path

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

/u-boot/post/lib_powerpc/
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()
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()
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()
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()
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()
A Dcmpi.c34 ushort op2; member
95 ASM_1IC(test->cmd, test->cr, 3, test->op2), in cpu_post_test_cmpi()
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()
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,
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()
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()
A Dthreei.c33 ushort op2; member
87 ASM_11IX(test->cmd, reg1, reg0, test->op2), in cpu_post_test_threei()
A Dandi.c31 ushort op2; member
73 ASM_11IX(test->cmd, reg1, reg0, test->op2), in cpu_post_test_andi()
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);
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);
A Dmulti.c26 extern void cpu_post_exec_02(ulong *code, ulong op1, ulong op2);
/u-boot/drivers/bios_emulator/x86emu/
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
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
515 void x86emuOp2_bts_R(u8 X86EMU_UNUSED(op2)) in x86emuOp2_bts_R() argument
1277 void x86emuOp2_bsf(u8 X86EMU_UNUSED(op2)) in x86emuOp2_bsf() argument
[all …]
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()
/u-boot/drivers/bios_emulator/include/x86emu/
A Dops.h43 extern void (*x86emu_optab2[0x100])(u8 op2);
/u-boot/arch/arm/include/asm/
A Desr.h180 #define ESR_ELx_SYS64_ISS_SYS_VAL(op0, op1, op2, crn, crm) \ argument
183 ((op2) << ESR_ELx_SYS64_ISS_OP2_SHIFT) | \
292 #define ESR_ELx_CP15_32_ISS_SYS_VAL(op1, op2, crn, crm) \ argument
294 ((op2) << ESR_ELx_CP15_32_ISS_OP2_SHIFT) | \
/u-boot/lib/zstd/decompress/
A Dhuf_decompress.c582 BYTE* op2 = opStart2; in HUF_decompress4X1_usingDTable_internal_body() local
600 HUF_DECODE_SYMBOLX1_2(op2, &bitD2); in HUF_decompress4X1_usingDTable_internal_body()
604 HUF_DECODE_SYMBOLX1_1(op2, &bitD2); in HUF_decompress4X1_usingDTable_internal_body()
608 HUF_DECODE_SYMBOLX1_2(op2, &bitD2); in HUF_decompress4X1_usingDTable_internal_body()
612 HUF_DECODE_SYMBOLX1_0(op2, &bitD2); in HUF_decompress4X1_usingDTable_internal_body()
1276 BYTE* op2 = opStart2; in HUF_decompress4X2_usingDTable_internal_body() local
1298 HUF_DECODE_SYMBOLX2_2(op2, &bitD2); in HUF_decompress4X2_usingDTable_internal_body()
1299 HUF_DECODE_SYMBOLX2_1(op2, &bitD2); in HUF_decompress4X2_usingDTable_internal_body()
1300 HUF_DECODE_SYMBOLX2_2(op2, &bitD2); in HUF_decompress4X2_usingDTable_internal_body()
1301 HUF_DECODE_SYMBOLX2_0(op2, &bitD2); in HUF_decompress4X2_usingDTable_internal_body()
[all …]

Completed in 751 milliseconds