Home
last modified time | relevance | path

Searched refs:is_profInc (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_x86_defs.h720 extern Int emit_X86Instr ( /*MB_MOD*/Bool* is_profInc,
Dhost_amd64_defs.h790 extern Int emit_AMD64Instr ( /*MB_MOD*/Bool* is_profInc,
Dhost_mips_defs.h690 extern Int emit_MIPSInstr (/*MB_MOD*/Bool* is_profInc,
Dhost_arm_defs.h1060 extern Int emit_ARMInstr ( /*MB_MOD*/Bool* is_profInc,
Dhost_arm64_defs.h997 extern Int emit_ARM64Instr ( /*MB_MOD*/Bool* is_profInc,
Dhost_ppc_defs.h1205 extern Int emit_PPCInstr ( /*MB_MOD*/Bool* is_profInc,
Dhost_x86_defs.c2124 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()
Dhost_mips_defs.c2505 Int emit_MIPSInstr ( /*MB_MOD*/Bool* is_profInc, in emit_MIPSInstr() argument
3878 vassert(!(*is_profInc)); in emit_MIPSInstr()
3879 *is_profInc = True; in emit_MIPSInstr()
Dhost_amd64_defs.c2447 Int emit_AMD64Instr ( /*MB_MOD*/Bool* is_profInc, in emit_AMD64Instr() argument
3914 vassert(!(*is_profInc)); in emit_AMD64Instr()
3915 *is_profInc = True; in emit_AMD64Instr()
Dhost_arm_defs.c3070 Int emit_ARMInstr ( /*MB_MOD*/Bool* is_profInc, in emit_ARMInstr() argument
4865 vassert(!(*is_profInc)); in emit_ARMInstr()
4866 *is_profInc = True; in emit_ARMInstr()
Dhost_arm64_defs.c3283 Int emit_ARM64Instr ( /*MB_MOD*/Bool* is_profInc, in emit_ARM64Instr() argument
5467 vassert(!(*is_profInc)); in emit_ARM64Instr()
5468 *is_profInc = True; in emit_ARM64Instr()
Dhost_ppc_defs.c3981 Int emit_PPCInstr ( /*MB_MOD*/Bool* is_profInc, in emit_PPCInstr() argument
6381 vassert(!(*is_profInc)); in emit_PPCInstr()
6382 *is_profInc = True; in emit_PPCInstr()