Lines Matching refs:value
860 // use with a subsequent instruction that accepts a shift. The value moved
1019 // Peek at a value on the stack, and put it in 'dst'. The offset is in bytes.
1508 void Fcmp(const VRegister& vn, double value, FPTrapFlags trap = DisableTrap);
1509 void Fcmpe(const VRegister& vn, double value);
7931 Literal<T>* CreateLiteralDestroyedWithPool(T value) {
7933 return new Literal<T>(value,
7937 return allocator_.New<Literal<T>>(value,
7981 void SetGenerateSimulatorCode(bool value) {
7982 generate_simulator_code_ = value;
8087 // At the moment it is only possible to print the value of sp if it is the
8090 // value is difficult.
8194 virtual void SetAllowMacroInstructions(bool value) VIXL_OVERRIDE {
8195 allow_macro_instructions_ = value;