Searched refs:is_profInc (Results 1 – 13 of 13) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_x86_defs.h | 720 extern Int emit_X86Instr ( /*MB_MOD*/Bool* is_profInc,
|
D | host_amd64_defs.h | 790 extern Int emit_AMD64Instr ( /*MB_MOD*/Bool* is_profInc,
|
D | host_mips_defs.h | 687 extern Int emit_MIPSInstr (/*MB_MOD*/Bool* is_profInc,
|
D | host_arm_defs.h | 1030 extern Int emit_ARMInstr ( /*MB_MOD*/Bool* is_profInc,
|
D | host_tilegx_defs.c | 1503 Int emit_TILEGXInstr ( Bool* is_profInc, in emit_TILEGXInstr() argument 2394 vassert(!(*is_profInc)); in emit_TILEGXInstr() 2395 *is_profInc = True; in emit_TILEGXInstr()
|
D | host_arm64_defs.h | 964 extern Int emit_ARM64Instr ( /*MB_MOD*/Bool* is_profInc,
|
D | host_ppc_defs.h | 1114 extern Int emit_PPCInstr ( /*MB_MOD*/Bool* is_profInc,
|
D | host_x86_defs.c | 2124 Int emit_X86Instr ( /*MB_MOD*/Bool* is_profInc, in emit_X86Instr() argument 3318 vassert(!(*is_profInc)); in emit_X86Instr() 3319 *is_profInc = True; in emit_X86Instr()
|
D | host_mips_defs.c | 2508 Int emit_MIPSInstr ( /*MB_MOD*/Bool* is_profInc, in emit_MIPSInstr() argument 3881 vassert(!(*is_profInc)); in emit_MIPSInstr() 3882 *is_profInc = True; in emit_MIPSInstr()
|
D | host_amd64_defs.c | 2410 Int emit_AMD64Instr ( /*MB_MOD*/Bool* is_profInc, in emit_AMD64Instr() argument 3844 vassert(!(*is_profInc)); in emit_AMD64Instr() 3845 *is_profInc = True; in emit_AMD64Instr()
|
D | host_arm_defs.c | 2956 Int emit_ARMInstr ( /*MB_MOD*/Bool* is_profInc, in emit_ARMInstr() argument 4656 vassert(!(*is_profInc)); in emit_ARMInstr() 4657 *is_profInc = True; in emit_ARMInstr()
|
D | host_arm64_defs.c | 3250 Int emit_ARM64Instr ( /*MB_MOD*/Bool* is_profInc, in emit_ARM64Instr() argument 5381 vassert(!(*is_profInc)); in emit_ARM64Instr() 5382 *is_profInc = True; in emit_ARM64Instr()
|
D | host_ppc_defs.c | 3732 Int emit_PPCInstr ( /*MB_MOD*/Bool* is_profInc, in emit_PPCInstr() argument 5829 vassert(!(*is_profInc)); in emit_PPCInstr() 5830 *is_profInc = True; in emit_PPCInstr()
|