Searched refs:ot (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dtranslate.c341 static inline void gen_op_mov_reg_v(int ot, int reg, TCGv t0) argument
345 switch(ot) {
380 static inline void gen_op_mov_reg_T0(int ot, int reg) argument
382 gen_op_mov_reg_v(ot, reg, cpu_T[0]);
385 static inline void gen_op_mov_reg_T1(int ot, int reg) argument
387 gen_op_mov_reg_v(ot, reg, cpu_T[1]);
416 static inline void gen_op_mov_v_reg(int ot, TCGv t0, int reg) argument
418 switch(ot) {
434 static inline void gen_op_mov_TN_reg(int ot, int t_index, int reg) argument
436 gen_op_mov_v_reg(ot, cpu_
846 gen_op_movl_T0_Dshift(int ot) argument
852 gen_extu(int ot, TCGv reg) argument
869 gen_exts(int ot, TCGv reg) argument
900 gen_helper_in_func(int ot, TCGv v, TCGv_i32 n) argument
910 gen_helper_out_func(int ot, TCGv_i32 v, TCGv_i32 n) argument
920 gen_check_io(DisasContext *s, int ot, target_ulong cur_eip, uint32_t svm_flags) argument
953 gen_movs(DisasContext *s, int ot) argument
1334 gen_stos(DisasContext *s, int ot) argument
1343 gen_lods(DisasContext *s, int ot) argument
1352 gen_scas(DisasContext *s, int ot) argument
1362 gen_cmps(DisasContext *s, int ot) argument
1374 gen_ins(DisasContext *s, int ot) argument
1394 gen_outs(DisasContext *s, int ot) argument
1486 gen_op(DisasContext *s1, int op, int ot, int d) argument
1582 gen_inc(DisasContext *s1, int ot, int d, int c) argument
1605 gen_shift_rm_T1(DisasContext *s, int ot, int op1, int is_right, int is_arith) argument
1676 gen_shift_rm_im(DisasContext *s, int ot, int op1, int op2, int is_right, int is_arith) argument
1735 gen_rot_rm_T1(DisasContext *s, int ot, int op1, int is_right) argument
1831 gen_rot_rm_im(DisasContext *s, int ot, int op1, int op2, int is_right) argument
1909 gen_rotc_rm_T1(DisasContext *s, int ot, int op1, int is_right) argument
1961 gen_shiftd_rm_T1_T3(DisasContext *s, int ot, int op1, int is_right) argument
2089 gen_shift(DisasContext *s1, int op, int ot, int d, int s) argument
2119 gen_shifti(DisasContext *s1, int op, int ot, int d, int c) argument
2408 gen_ldst_modrm(DisasContext *s, int modrm, int ot, int reg, int is_store) argument
2438 insn_get(DisasContext *s, int ot) argument
2460 insn_const_size(unsigned int ot) argument
2799 int ot, opsize; local
3277 int b1, op1_offset, op2_offset, is_xmm, val, ot; local
4420 int shift, ot; local
[all...]
/vbox/src/VBox/Additions/linux/installer/
H A Dvboxadd-x11.sh588 if test -n "${legacy}" -o ! "${nobak_cfg}" -ot "${main_cfg}"; then

Completed in 87 milliseconds