OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:patch_op_imm16
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/none/tests/ppc32/
jm-insns.c
128
*
patch_op_imm16
(&func_buf[0], imm); // patch 'addi' insn
132
*
patch_op_imm16
() itself simply takes the uint32_t insn and overwrites
139
* after
patch_op_imm16
(), func_buf[0] becomes:
4732
void
patch_op_imm16
(uint32_t *p_insn, uint16_t imm)
function
[
all
...]
/external/valgrind/main/VEX/switchback/
test_ppc_jm1.c
3816
static inline void
patch_op_imm16
(void *out, void *in, uint16_t imm)
function
[
all
...]
Completed in 29 milliseconds