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 374 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 372 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 368 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 391 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 397 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 385 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 401 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 388 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 394 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 376 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 370 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 378 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 382 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 380 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 414 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 412 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 408 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 431 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 425 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 428 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 434 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 416 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 410 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 418 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 422 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 420 of file cpu_arm_instr_loadstore.cc.

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


Generated on Sun Sep 30 2018 16:05:18 for GXemul by doxygen 1.8.13