Searched defs:SetRegister (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp46 MachineInstr *SetRegister(MachineInstr *I, unsigned *TLSBaseAddrReg);
97 I = SetRegister(I, &TLSBaseAddrReg);
129 MachineInstr *SystemZLDCleanup::SetRegister(MachineInstr *I, function in class:SystemZLDCleanup
/external/lldb/include/lldb/Core/
H A DEmulateInstruction.h302 SetRegister (RegisterInfo reg) function in struct:lldb_private::EmulateInstruction::Context
/external/v8/src/mips/
H A Dregexp-macro-assembler-mips.cc996 void RegExpMacroAssemblerMIPS::SetRegister(int register_index, int to) { function in class:RegExpMacroAssemblerMIPS
/external/v8/src/mips64/
H A Dregexp-macro-assembler-mips64.cc1042 void RegExpMacroAssemblerMIPS::SetRegister(int register_index, int to) { function in class:RegExpMacroAssemblerMIPS
/external/v8/src/
H A Dregexp-macro-assembler-irregexp.cc99 SetRegister(reg, -1);
134 void RegExpMacroAssemblerIrregexp::SetRegister(int register_index, int to) { function in class:v8::internal::RegExpMacroAssemblerIrregexp
H A Dregexp-macro-assembler-tracer.cc126 void RegExpMacroAssemblerTracer::SetRegister(int register_index, int to) { function in class:v8::internal::RegExpMacroAssemblerTracer
127 PrintF(" SetRegister(register=%d, to=%d);\n", register_index, to);
128 assembler_->SetRegister(register_index, to);
H A Djsregexp.cc1342 assembler->SetRegister(reg, value);
1472 ActionNode* ActionNode::SetRegister(int reg, function in class:v8::internal::ActionNode
5039 return ActionNode::SetRegister(reg_ctr, 0, center);
/external/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc1181 void RegExpMacroAssemblerARM64::SetRegister(int register_index, int to) { function in class:v8::RegExpMacroAssemblerARM64
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp6326 I = SetRegister(I, &TLSBaseAddrReg);
6366 MachineInstr *SetRegister(MachineInstr *I, unsigned *TLSBaseAddrReg) { function in struct:__anon10933::LDTLSCleanup

Completed in 201 milliseconds