Home
last modified time | relevance | path

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

/haiku/src/libs/x86emu/
H A Dops2.c59 x86emuOp2_illegal_op(u8 op2) in x86emuOp2_illegal_op() argument
65 M.x86.R_CS, M.x86.R_IP - 2, op2); in x86emuOp2_illegal_op()
77 x86emuOp2_rdtsc(u8 X86EMU_UNUSED(op2)) in x86emuOp2_rdtsc() argument
112 x86emuOp2_long_jump(u8 op2) in x86emuOp2_long_jump() argument
120 switch (op2) { in x86emuOp2_long_jump()
205 x86emuOp2_set_byte(u8 op2) in x86emuOp2_set_byte() argument
214 switch (op2) { in x86emuOp2_set_byte()
316 x86emuOp2_push_FS(u8 X86EMU_UNUSED(op2)) in x86emuOp2_push_FS() argument
331 x86emuOp2_pop_FS(u8 X86EMU_UNUSED(op2)) in x86emuOp2_pop_FS() argument
346 x86emuOp2_cpuid(u8 X86EMU_UNUSED(op2)) in x86emuOp2_cpuid() argument
[all …]
H A Dops.c975 u8 op2 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in x86emuOp_two_byte() local
978 (*x86emu_optab2[op2]) (op2); in x86emuOp_two_byte()
/haiku/headers/libs/x86emu/x86emu/
H A Dops.h43 extern void (*x86emu_optab2[0x100]) (u8 op2);
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dproto_cbi.c37 uint8 op2; member
83 PTRACE(udi, "CB:{op:0x%02x; op2:0x%02x;}\n", cb->op, cb->op2); in trace_CDB()
168 .op2 = 0x04, in cbi_reset()
/haiku/src/bin/rc/
H A Dparser.y1319 data_t op2 = cast_to_uint32(get_type("int32"), data2); in binary_expr() local
1321 int32 i2 = *((int32*) op2.ptr); in binary_expr()
1361 free_mem(op2.ptr); in binary_expr()