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

/external/valgrind/main/none/tests/ppc32/
H A Djm-insns.c10 it are a complete dog. In particular, _patch_op_imm has to
4722 void _patch_op_imm (uint32_t *p_insn, uint16_t imm, int sh, int len) function
4731 _patch_op_imm(p_insn, imm, sh, len);
4844 _patch_op_imm(&func_buf[0], j, 11, 5);
4845 _patch_op_imm(&func_buf[0], k, 6, 5);
4885 _patch_op_imm(&func_buf[0], k, 6, 5);
4959 _patch_op_imm(&func_buf[0], j, 23, 3);
5190 _patch_op_imm(&func_buf[0], (j & 0x1F), 11, 5);
5191 _patch_op_imm(&func_buf[0], ((j>>5)&1), 1, 1);
5224 _patch_op_imm(
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Djm-insns.c10 it are a complete dog. In particular, _patch_op_imm has to
4722 void _patch_op_imm (uint32_t *p_insn, uint16_t imm, int sh, int len) function
4731 _patch_op_imm(p_insn, imm, sh, len);
4844 _patch_op_imm(&func_buf[0], j, 11, 5);
4845 _patch_op_imm(&func_buf[0], k, 6, 5);
4885 _patch_op_imm(&func_buf[0], k, 6, 5);
4959 _patch_op_imm(&func_buf[0], j, 23, 3);
5190 _patch_op_imm(&func_buf[0], (j & 0x1F), 11, 5);
5191 _patch_op_imm(&func_buf[0], ((j>>5)&1), 1, 1);
5224 _patch_op_imm(
[all...]

Completed in 104 milliseconds