Searched refs:DefCFA (Results 1 – 3 of 3) sorted by relevance
43 opcodes.DefCFA(Reg::ArmCore(13), 0); // R13(SP). in WriteCIE()66 opcodes.DefCFA(Reg::Arm64Core(31), 0); // R31(SP). in WriteCIE()90 opcodes.DefCFA(Reg::MipsCore(29), 0); // R29(SP). in WriteCIE()115 opcodes.DefCFA(Reg::X86Core(4), 4); // R4(ESP). in WriteCIE()139 opcodes.DefCFA(Reg::X86_64Core(4), 8); // R4(RSP). in WriteCIE()
58 opcodes.DefCFA(reg, offset); in TEST_F()60 opcodes.DefCFA(reg, -offset); in TEST_F()105 opcodes.DefCFA(Reg(4), 100); // ESP in TEST_F()
191 void ALWAYS_INLINE DefCFA(Reg reg, int offset) { in DefCFA() function