| H A D | translate.c | 2648 int pos1, int pos2, in gen_bit_1op() 2657 tcg_gen_shri_i32(temp2, r2, pos2); in gen_accumulating_cond() 2666 /* ret = r1[pos1] op1 r2[pos2]; */ in gen_accumulating_cond() 2668 int pos1, int pos2, in gen_accumulating_cond() 2676 tcg_gen_shri_i32(temp2, r2, pos2); in gen_accumulating_condi() 3993 int pos1, pos2; in decode_bit_andacc() 3999 pos2 = MASK_OP_BIT_POS2(ctx->opcode); in decode_bit_logical_t() 4006 pos1, pos2, &tcg_gen_and_tl, &tcg_gen_and_tl); in decode_bit_logical_t() 4010 pos1, pos2, &tcg_gen_andc_tl, &tcg_gen_and_tl); in decode_bit_logical_t() 4015 pos1, pos2, in decode_bit_logical_t() 2619 gen_bit_2op(TCGv ret,TCGv r1,TCGv r2,int pos1,int pos2,void (* op1)(TCGv,TCGv,TCGv),void (* op2)(TCGv,TCGv,TCGv)) gen_bit_2op() argument 2639 gen_bit_1op(TCGv ret,TCGv r1,TCGv r2,int pos1,int pos2,void (* op1)(TCGv,TCGv,TCGv)) gen_bit_1op() argument 3959 int pos1, pos2; decode_bit_andacc() local 4000 int pos1, pos2; decode_bit_logical_t() local 4034 int pos1, pos2; decode_bit_insert() local 4057 int pos1, pos2; decode_bit_logical_t2() local 4093 int pos1, pos2; decode_bit_orand() local 4133 int pos1, pos2; decode_bit_sh_logic1() local 4173 int pos1, pos2; decode_bit_sh_logic2() local [all...] |