cpu_arm_instr_loadstore.cc File Reference

Back to the index.

Functions
cpu_arm_instr_loadstore.cc File Reference

Go to the source code of this file.

Functions

void A__NAME__general (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME_PC (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME__eq (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME__ne (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME__cs (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME__cc (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME__mi (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME__pl (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME__vs (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME__vc (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME__hi (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME__ls (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME__ge (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME__lt (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME__gt (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME__le (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME_PC__eq (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME_PC__ne (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME_PC__cs (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME_PC__cc (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME_PC__mi (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME_PC__pl (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME_PC__vs (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME_PC__vc (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME_PC__hi (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME_PC__ls (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME_PC__ge (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME_PC__lt (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME_PC__gt (struct cpu *cpu, struct arm_instr_call *ic)
 
void A__NAME_PC__le (struct cpu *cpu, struct arm_instr_call *ic)
 

Function Documentation

◆ A__NAME()

void A__NAME ( struct cpu cpu,
struct arm_instr_call *  ic 
)

◆ A__NAME__cc()

void A__NAME__cc ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 399 of file cpu_arm_instr_loadstore.cc.

References A__NAME(), cpu::arm, ARM_F_C, cpu::cd, and arm_cpu::flags.

◆ A__NAME__cs()

void A__NAME__cs ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 397 of file cpu_arm_instr_loadstore.cc.

References A__NAME(), cpu::arm, ARM_F_C, cpu::cd, and arm_cpu::flags.

◆ A__NAME__eq()

void A__NAME__eq ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 393 of file cpu_arm_instr_loadstore.cc.

References A__NAME(), cpu::arm, ARM_F_Z, cpu::cd, and arm_cpu::flags.

◆ A__NAME__ge()

void A__NAME__ge ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 416 of file cpu_arm_instr_loadstore.cc.

References A__NAME(), cpu::arm, ARM_F_N, ARM_F_V, cpu::cd, and arm_cpu::flags.

◆ A__NAME__general()

void A__NAME__general ( struct cpu cpu,
struct arm_instr_call *  ic 
)

◆ A__NAME__gt()

void A__NAME__gt ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 422 of file cpu_arm_instr_loadstore.cc.

References A__NAME(), cpu::arm, ARM_F_N, ARM_F_V, ARM_F_Z, cpu::cd, and arm_cpu::flags.

◆ A__NAME__hi()

void A__NAME__hi ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 410 of file cpu_arm_instr_loadstore.cc.

References A__NAME(), cpu::arm, ARM_F_C, ARM_F_Z, cpu::cd, and arm_cpu::flags.

◆ A__NAME__le()

void A__NAME__le ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 426 of file cpu_arm_instr_loadstore.cc.

References A__NAME(), cpu::arm, ARM_F_N, ARM_F_V, ARM_F_Z, cpu::cd, and arm_cpu::flags.

◆ A__NAME__ls()

void A__NAME__ls ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 413 of file cpu_arm_instr_loadstore.cc.

References A__NAME(), cpu::arm, ARM_F_C, ARM_F_Z, cpu::cd, and arm_cpu::flags.

◆ A__NAME__lt()

void A__NAME__lt ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 419 of file cpu_arm_instr_loadstore.cc.

References A__NAME(), cpu::arm, ARM_F_N, ARM_F_V, cpu::cd, and arm_cpu::flags.

◆ A__NAME__mi()

void A__NAME__mi ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 401 of file cpu_arm_instr_loadstore.cc.

References A__NAME(), cpu::arm, ARM_F_N, cpu::cd, and arm_cpu::flags.

◆ A__NAME__ne()

void A__NAME__ne ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 395 of file cpu_arm_instr_loadstore.cc.

References A__NAME(), cpu::arm, ARM_F_Z, cpu::cd, and arm_cpu::flags.

◆ A__NAME__pl()

void A__NAME__pl ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 403 of file cpu_arm_instr_loadstore.cc.

References A__NAME(), cpu::arm, ARM_F_N, cpu::cd, and arm_cpu::flags.

◆ A__NAME__vc()

void A__NAME__vc ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 407 of file cpu_arm_instr_loadstore.cc.

References A__NAME(), cpu::arm, ARM_F_V, cpu::cd, and arm_cpu::flags.

◆ A__NAME__vs()

void A__NAME__vs ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 405 of file cpu_arm_instr_loadstore.cc.

References A__NAME(), cpu::arm, ARM_F_V, cpu::cd, and arm_cpu::flags.

◆ A__NAME_PC()

void A__NAME_PC ( struct cpu cpu,
struct arm_instr_call *  ic 
)

◆ A__NAME_PC__cc()

void A__NAME_PC__cc ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 439 of file cpu_arm_instr_loadstore.cc.

References A__NAME_PC(), cpu::arm, ARM_F_C, cpu::cd, and arm_cpu::flags.

◆ A__NAME_PC__cs()

void A__NAME_PC__cs ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 437 of file cpu_arm_instr_loadstore.cc.

References A__NAME_PC(), cpu::arm, ARM_F_C, cpu::cd, and arm_cpu::flags.

◆ A__NAME_PC__eq()

void A__NAME_PC__eq ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 433 of file cpu_arm_instr_loadstore.cc.

References A__NAME_PC(), cpu::arm, ARM_F_Z, cpu::cd, and arm_cpu::flags.

◆ A__NAME_PC__ge()

void A__NAME_PC__ge ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 456 of file cpu_arm_instr_loadstore.cc.

References A__NAME_PC(), cpu::arm, ARM_F_N, ARM_F_V, cpu::cd, and arm_cpu::flags.

◆ A__NAME_PC__gt()

void A__NAME_PC__gt ( struct cpu cpu,
struct arm_instr_call *  ic 
)

◆ A__NAME_PC__hi()

void A__NAME_PC__hi ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 450 of file cpu_arm_instr_loadstore.cc.

References A__NAME_PC(), cpu::arm, ARM_F_C, ARM_F_Z, cpu::cd, and arm_cpu::flags.

◆ A__NAME_PC__le()

void A__NAME_PC__le ( struct cpu cpu,
struct arm_instr_call *  ic 
)

◆ A__NAME_PC__ls()

void A__NAME_PC__ls ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 453 of file cpu_arm_instr_loadstore.cc.

References A__NAME_PC(), cpu::arm, ARM_F_C, ARM_F_Z, cpu::cd, and arm_cpu::flags.

◆ A__NAME_PC__lt()

void A__NAME_PC__lt ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 459 of file cpu_arm_instr_loadstore.cc.

References A__NAME_PC(), cpu::arm, ARM_F_N, ARM_F_V, cpu::cd, and arm_cpu::flags.

◆ A__NAME_PC__mi()

void A__NAME_PC__mi ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 441 of file cpu_arm_instr_loadstore.cc.

References A__NAME_PC(), cpu::arm, ARM_F_N, cpu::cd, and arm_cpu::flags.

◆ A__NAME_PC__ne()

void A__NAME_PC__ne ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 435 of file cpu_arm_instr_loadstore.cc.

References A__NAME_PC(), cpu::arm, ARM_F_Z, cpu::cd, and arm_cpu::flags.

◆ A__NAME_PC__pl()

void A__NAME_PC__pl ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 443 of file cpu_arm_instr_loadstore.cc.

References A__NAME_PC(), cpu::arm, ARM_F_N, cpu::cd, and arm_cpu::flags.

◆ A__NAME_PC__vc()

void A__NAME_PC__vc ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 447 of file cpu_arm_instr_loadstore.cc.

References A__NAME_PC(), cpu::arm, ARM_F_V, cpu::cd, and arm_cpu::flags.

◆ A__NAME_PC__vs()

void A__NAME_PC__vs ( struct cpu cpu,
struct arm_instr_call *  ic 
)

Definition at line 445 of file cpu_arm_instr_loadstore.cc.

References A__NAME_PC(), cpu::arm, ARM_F_V, cpu::cd, and arm_cpu::flags.


Generated on Fri Dec 7 2018 19:52:23 for GXemul by doxygen 1.8.13