Home
last modified time | relevance | path

Searched refs:APSR_C (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/compiler-rt/lib/builtins/arm/
Daeabi_cfcmp.S16 #define APSR_C (1 << 29) macro
54 mov ip, #APSR_C
57 msr APSR_nzcvq, #APSR_C
113 moveq ip, #(APSR_C | APSR_Z)
114 movne ip, #(APSR_C)
Daeabi_cdcmp.S16 #define APSR_C (1 << 29) macro
54 mov ip, #APSR_C
57 msr APSR_nzcvq, #APSR_C
113 moveq ip, #(APSR_C | APSR_Z)
114 movne ip, #(APSR_C)
/external/compiler-rt/lib/builtins/arm/
Daeabi_cfcmp.S17 #define APSR_C (1 << 29) macro
38 msr CPSR_f, #APSR_C
68 moveq ip, #(APSR_C | APSR_Z)
69 movne ip, #(APSR_C)
Daeabi_cdcmp.S17 #define APSR_C (1 << 29) macro
38 msr CPSR_f, #APSR_C
68 moveq ip, #(APSR_C | APSR_Z)
69 movne ip, #(APSR_C)
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp36 #define APSR_C Bit32(m_opcode_cpsr, CPSR_C_POS) in LLDB_PLUGIN_DEFINE_ADV() macro
1391 carry = APSR_C; in EmulateMOVRdImm()
1398 imm32 = ThumbExpandImm_C(opcode, APSR_C, carry); in EmulateMOVRdImm()
1425 imm32 = ARMExpandImm_C(opcode, APSR_C, carry); in EmulateMOVRdImm()
1629 imm32 = ThumbExpandImm_C(opcode, APSR_C, carry); in EmulateMVNImm()
1634 imm32 = ARMExpandImm_C(opcode, APSR_C, carry); in EmulateMVNImm()
1722 Shift_C(value, shift_t, shift_n, APSR_C, carry, &success); in EmulateMVNReg()
3067 imm32 = ThumbExpandImm_C(opcode, APSR_C, carry_out); in EmulateADDImmThumb()
3269 uint32_t shifted = Shift(val2, shift_t, shift_n, APSR_C, &success); in EmulateADDReg()
3391 uint32_t shifted = Shift(val2, shift_t, shift_n, APSR_C, &success); in EmulateCMNReg()
[all …]