Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_toIR.c2015 UInt thunkOp; in helper_ADC() local
2025 case 8: thunkOp = AMD64G_CC_OP_ADCQ; break; in helper_ADC()
2026 case 4: thunkOp = AMD64G_CC_OP_ADCL; break; in helper_ADC()
2027 case 2: thunkOp = AMD64G_CC_OP_ADCW; break; in helper_ADC()
2028 case 1: thunkOp = AMD64G_CC_OP_ADCB; break; in helper_ADC()
2057 stmt( IRStmt_Put( OFFB_CC_OP, mkU64(thunkOp) ) ); in helper_ADC()
2074 UInt thunkOp; in helper_SBB() local
2084 case 8: thunkOp = AMD64G_CC_OP_SBBQ; break; in helper_SBB()
2085 case 4: thunkOp = AMD64G_CC_OP_SBBL; break; in helper_SBB()
2086 case 2: thunkOp = AMD64G_CC_OP_SBBW; break; in helper_SBB()
[all …]
Dguest_x86_toIR.c1128 UInt thunkOp; in helper_ADC() local
1137 thunkOp = sz==4 ? X86G_CC_OP_ADCL in helper_ADC()
1165 stmt( IRStmt_Put( OFFB_CC_OP, mkU32(thunkOp) ) ); in helper_ADC()
1182 UInt thunkOp; in helper_SBB() local
1191 thunkOp = sz==4 ? X86G_CC_OP_SBBL in helper_SBB()
1219 stmt( IRStmt_Put( OFFB_CC_OP, mkU32(thunkOp) ) ); in helper_SBB()