Searched refs:rEBX (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Support/ |
D | Host.cpp | 77 static bool GetX86CpuIDAndInfo(unsigned value, unsigned *rEAX, unsigned *rEBX, in GetX86CpuIDAndInfo() argument 86 "=S" (*rEBX), in GetX86CpuIDAndInfo() 96 "=S" (*rEBX), in GetX86CpuIDAndInfo() 111 *rEBX = registers[1]; in GetX86CpuIDAndInfo() 124 unsigned *rEAX, unsigned *rEBX, unsigned *rECX, in GetX86CpuIDAndInfoEx() argument 133 "=S" (*rEBX), in GetX86CpuIDAndInfoEx() 143 *rEBX = registers[1]; in GetX86CpuIDAndInfoEx() 156 "=S" (*rEBX), in GetX86CpuIDAndInfoEx() 169 mov esi,rEBX in GetX86CpuIDAndInfoEx()
|