Searched refs:rECX (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 59 unsigned *rEBX, unsigned *rECX, unsigned *rEDX) { in GetCpuIDAndInfo() argument 68 "=c" (*rECX), in GetCpuIDAndInfo() 77 *rECX = registers[2]; in GetCpuIDAndInfo() 90 "=c" (*rECX), in GetCpuIDAndInfo() 102 mov esi,rECX in GetCpuIDAndInfo() 120 unsigned *rEBX, unsigned *rECX, unsigned *rEDX) { in GetCpuIDAndInfoEx() argument 129 "=c" (*rECX), in GetCpuIDAndInfoEx() 141 *rECX = registers[2]; in GetCpuIDAndInfoEx() 157 "=c" (*rECX), in GetCpuIDAndInfoEx() 171 mov esi,rECX in GetCpuIDAndInfoEx()
|
D | X86MCTargetDesc.h | 56 unsigned *rEBX, unsigned *rECX, unsigned *rEDX); 61 unsigned *rEBX, unsigned *rECX, unsigned *rEDX);
|
/external/llvm/lib/Support/ |
D | Host.cpp | 56 unsigned *rEBX, unsigned *rECX, unsigned *rEDX) { in GetX86CpuIDAndInfo() argument 65 "=c" (*rECX), in GetX86CpuIDAndInfo() 74 *rECX = registers[2]; in GetX86CpuIDAndInfo() 87 "=c" (*rECX), in GetX86CpuIDAndInfo() 99 mov esi,rECX in GetX86CpuIDAndInfo()
|