Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_amd64_defs.c1917 static UChar iregBit3 ( HReg r ) in iregBit3() function
2143 UChar R = iregBit3(greg); in rexAMode_M()
2145 UChar B = iregBit3(am->Aam.IR.reg); in rexAMode_M()
2150 UChar R = iregBit3(greg); in rexAMode_M()
2151 UChar X = iregBit3(am->Aam.IRRS.index); in rexAMode_M()
2152 UChar B = iregBit3(am->Aam.IRRS.base); in rexAMode_M()
2163 UChar R = iregBit3(greg); in rexAMode_R()
2165 UChar B = iregBit3(ereg); in rexAMode_R()
2299 if (1 & iregBit3(i->Ain.Imm64.dst)) in emit_AMD64Instr()
2304 *p++ = toUChar(0x48 + (1 & iregBit3(i->Ain.Imm64.dst))); in emit_AMD64Instr()
[all …]