Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DHost.cpp78 unsigned *rECX, unsigned *rEDX) { in GetX86CpuIDAndInfo() argument
87 "=c" (*rECX), in GetX86CpuIDAndInfo()
97 "=c" (*rECX), in GetX86CpuIDAndInfo()
112 *rECX = registers[2]; in GetX86CpuIDAndInfo()
124 unsigned *rEAX, unsigned *rEBX, unsigned *rECX, in GetX86CpuIDAndInfoEx() argument
134 "=c" (*rECX), in GetX86CpuIDAndInfoEx()
144 *rECX = registers[2]; in GetX86CpuIDAndInfoEx()
157 "=c" (*rECX), in GetX86CpuIDAndInfoEx()
171 mov esi,rECX in GetX86CpuIDAndInfoEx()