Searched refs:rECX (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/Support/ |
| D | Host.cpp | 56 unsigned *rECX, unsigned *rEDX) { in GetX86CpuIDAndInfo() argument 65 "=c" (*rECX), in GetX86CpuIDAndInfo() 75 "=c" (*rECX), in GetX86CpuIDAndInfo() 90 *rECX = registers[2]; in GetX86CpuIDAndInfo() 102 unsigned *rEBX, unsigned *rECX, unsigned *rEDX) { in GetX86CpuIDAndInfoEx() argument 111 "=c" (*rECX), in GetX86CpuIDAndInfoEx() 123 *rECX = registers[2]; in GetX86CpuIDAndInfoEx() 139 "=c" (*rECX), in GetX86CpuIDAndInfoEx() 153 mov esi,rECX in GetX86CpuIDAndInfoEx()
|
| /freebsd-9-stable/contrib/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 | 57 unsigned *rEBX, unsigned *rECX, unsigned *rEDX); 62 unsigned *rEBX, unsigned *rECX, unsigned *rEDX);
|