Lines Matching full:extract
1007 void Simulator::Extract(Instruction* instr) {
2132 // Extract and sign- or zero-extend 32-bit arguments for widening operations.
2232 Extract<uint64_t>(instr);
2234 Extract<uint32_t>(instr);
2897 // Extract the IEEE-754 double components.
2899 // Extract the exponent and remove the IEEE-754 encoding bias.
2902 // Extract the mantissa and add the implicit '1' bit.