Go to the source code of this file.
Value: void arm_instr_ ## n ## __eq(
struct cpu *
cpu, \
struct arm_instr_call *
ic) \
arm_instr_ ## n (
cpu,
ic); } \
void arm_instr_ ## n ## __ne(
struct cpu *
cpu, \
struct arm_instr_call *
ic) \
arm_instr_ ## n (
cpu,
ic); } \
void arm_instr_ ## n ## __cs(
struct cpu *
cpu, \
struct arm_instr_call *
ic) \
arm_instr_ ## n (
cpu,
ic); } \
void arm_instr_ ## n ## __cc(
struct cpu *
cpu, \
struct arm_instr_call *
ic) \
arm_instr_ ## n (
cpu,
ic); } \
void arm_instr_ ## n ## __mi(
struct cpu *
cpu, \
struct arm_instr_call *
ic) \
arm_instr_ ## n (
cpu,
ic); } \
void arm_instr_ ## n ## __pl(
struct cpu *
cpu, \
struct arm_instr_call *
ic) \
arm_instr_ ## n (
cpu,
ic); } \
void arm_instr_ ## n ## __vs(
struct cpu *
cpu, \
struct arm_instr_call *
ic) \
arm_instr_ ## n (
cpu,
ic); } \
void arm_instr_ ## n ## __vc(
struct cpu *
cpu, \
struct arm_instr_call *
ic) \
arm_instr_ ## n (
cpu,
ic); } \
void arm_instr_ ## n ## __hi(
struct cpu *
cpu, \
struct arm_instr_call *
ic) \
arm_instr_ ## n (
cpu,
ic); } \
void arm_instr_ ## n ## __ls(
struct cpu *
cpu, \
struct arm_instr_call *
ic) \
arm_instr_ ## n (
cpu,
ic); } \
void arm_instr_ ## n ## __ge(
struct cpu *
cpu, \
struct arm_instr_call *
ic) \
arm_instr_ ## n (
cpu,
ic); } \
void arm_instr_ ## n ## __lt(
struct cpu *
cpu, \
struct arm_instr_call *
ic) \
arm_instr_ ## n (
cpu,
ic); } \
void arm_instr_ ## n ## __gt(
struct cpu *
cpu, \
struct arm_instr_call *
ic) \
arm_instr_ ## n (
cpu,
ic); } \
void arm_instr_ ## n ## __le(
struct cpu *
cpu, \
struct arm_instr_call *
ic) \
arm_instr_ ## n (
cpu,
ic); }
Definition at line 7 of file arm_tmphead_1.h.
◆ condition_ge
◆ condition_gt
◆ condition_hi