Searched refs:Mov (Results 1 - 25 of 39) sorted by relevance

12

/external/compiler-rt/lib/asan/tests/
H A Dasan_asm_test.cc34 #define DECLARE_ASM_WRITE(Type, Size, Mov, Reg) \
37 Mov " %[val], (%[ptr]) \n\t" \
44 #define DECLARE_ASM_READ(Type, Size, Mov, Reg) \
48 Mov " (%[ptr]), %[res] \n\t" \
67 #define DECLARE_ASM_WRITE(Type, Size, Mov, Reg) \
70 Mov " %[val], (%[ptr]) \n\t" \
77 #define DECLARE_ASM_READ(Type, Size, Mov, Reg) \
81 Mov " (%[ptr]), %[res] \n\t" \
/external/vixl/examples/
H A Ddebugger.cc44 __ Mov(x1, 123);
45 __ Mov(x2, 456);
H A Dfactorial.cc39 __ Mov(x1, x0);
40 __ Mov(x0, 1); // Use x0 as the accumulator.
H A Dfactorial-rec.cc43 __ Mov(x1, x0);
52 __ Mov(x0, 1);
H A Dsum-array.cc41 __ Mov(x2, x0);
42 __ Mov(w0, 0);
H A Dswap-int32.cc37 __ Mov(x2, __ StackPointer());
54 __ Mov(old_stack_pointer, __ StackPointer());
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc245 __ Mov(x29, csp);
248 __ Mov(x16, 0x1000);
249 __ Mov(csp, x16);
250 __ Mov(x0, csp);
254 __ Mov(x1, csp);
257 __ Mov(x17, 0xfff);
259 __ Mov(x2, csp);
263 __ Mov(x3, csp);
267 __ Mov(x4, csp);
271 __ Mov(w
8923 ASSERT(i < reg_count); int times = i % 4 + 1; if (i & 1) { if (i & 2) { __ PushMultipleTimes(w[i], times); } else { __ Mov(tmp.W(), times); __ PushMultipleTimes(w[i], tmp.W()); } for (int j = 0; j < times; j++) { if (w[i].Is(wzr)) { stack[active_w_slots++] = 0; } else { stack[active_w_slots++] = literal_base_w * i; } } } else { if (i & 2) { __ PushMultipleTimes(x[i], times); } else { __ Mov(tmp, times); __ PushMultipleTimes(x[i], tmp); } for (int j = 0; j < times; j++) { if (x[i].IsZero()) { stack[active_w_slots++] = 0; stack[active_w_slots++] = 0; } else { stack[active_w_slots++] = literal_base_hi * i; stack[active_w_slots++] = literal_base_lo * i; } } } } if (active_w_slots > requested_w_slots) { __ Drop(active_w_slots - requested_w_slots, kWRegSize); do { stack[active_w_slots--] = 0xdeadbeef; } while (active_w_slots > requested_w_slots); } Clobber(&masm, list); bool next_is_64 = !(reg_count & 1); for (int i = reg_count-1; i >= 0; i--) argument
[all...]
H A Dtest-code-stubs-arm64.cc64 __ Mov(jssp, csp);
69 __ Mov(source_reg, jssp);
115 __ Mov(x0, destination_reg);
118 __ Mov(csp, jssp);
H A Dtest-disasm-arm64.cc135 COMPARE(Mov(w0, Operand(0x1234)), "movz w0, #0x1234");
136 COMPARE(Mov(x1, Operand(0x1234)), "movz x1, #0x1234");
137 COMPARE(Mov(w2, Operand(w3)), "mov w2, w3");
138 COMPARE(Mov(x4, Operand(x5)), "mov x4, x5");
139 COMPARE(Mov(w6, Operand(w7, LSL, 5)), "lsl w6, w7, #5");
140 COMPARE(Mov(x8, Operand(x9, ASR, 42)), "asr x8, x9, #42");
141 COMPARE(Mov(w10, Operand(w11, UXTB)), "uxtb w10, w11");
142 COMPARE(Mov(x12, Operand(x13, UXTB, 1)), "ubfiz x12, x13, #1, #8");
143 COMPARE(Mov(w14, Operand(w15, SXTH, 2)), "sbfiz w14, w15, #2, #16");
144 COMPARE(Mov(x1
[all...]
/external/vixl/test/
H A Dtest-assembler-a64.cc212 __ Mov(x29, sp);
215 __ Mov(sp, 0x1004);
216 __ Mov(x0, sp);
220 __ Mov(x1, sp);
223 __ Mov(x17, 0xfff);
225 __ Mov(x2, sp);
229 __ Mov(x3, sp);
233 __ Mov(x4, sp);
237 __ Mov(w5, wsp);
240 __ Mov(s
[all...]
H A Dtest-simulator-a64.cc196 __ Mov(out, results);
197 __ Mov(inputs_base, inputs);
198 __ Mov(length, inputs_length);
200 __ Mov(index_n, 0);
300 __ Mov(out, results);
301 __ Mov(inputs_base, inputs);
302 __ Mov(length, inputs_length);
304 __ Mov(index_n, 0);
308 __ Mov(index_m, 0);
419 __ Mov(ou
[all...]
H A Dtest-disasm-a64.cc111 COMPARE(Mov(w0, Operand(0x1234)), "movz w0, #0x1234");
112 COMPARE(Mov(x1, Operand(0x1234)), "movz x1, #0x1234");
113 COMPARE(Mov(w2, Operand(w3)), "mov w2, w3");
114 COMPARE(Mov(x4, Operand(x5)), "mov x4, x5");
115 COMPARE(Mov(w6, Operand(w7, LSL, 5)), "lsl w6, w7, #5");
116 COMPARE(Mov(x8, Operand(x9, ASR, 42)), "asr x8, x9, #42");
117 COMPARE(Mov(w10, Operand(w11, UXTB)), "uxtb w10, w11");
118 COMPARE(Mov(x12, Operand(x13, UXTB, 1)), "ubfiz x12, x13, #1, #8");
119 COMPARE(Mov(w14, Operand(w15, SXTH, 2)), "sbfiz w14, w15, #2, #16");
120 COMPARE(Mov(x1
[all...]
/external/chromium_org/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc296 __ Mov(capture_start_offset.X(), GetCachedRegister(start_reg));
385 __ Mov(w2, capture_length);
389 __ Mov(x3, ExternalReference::isolate_address(isolate()));
422 __ Mov(x10, GetCachedRegister(start_reg));
528 __ Mov(x11, Operand(table));
615 __ Mov(x10, map);
628 __ Mov(x10, map);
645 __ Mov(w0, FAILURE);
691 __ Mov(start_offset(), w1);
692 __ Mov(input_star
[all...]
H A Dcode-stubs-arm64.cc650 __ Mov(result, GREATER);
653 __ Mov(result, LESS);
662 __ Mov(result, GREATER); // Things aren't less than themselves.
664 __ Mov(result, LESS); // Things aren't greater than themselves.
666 __ Mov(result, EQUAL); // Things are <=, >=, ==, === themselves.
684 __ Mov(result, GREATER);
686 __ Mov(result, LESS);
781 __ Mov(result, NOT_EQUAL);
807 __ Mov(result, NOT_EQUAL);
852 __ Mov(resul
[all...]
H A Dlithium-gap-resolver-arm64.cc169 __ Mov(kSavedValue, cgen_->ToRegister(source));
197 __ Mov(cgen_->ToRegister(saved_destination_), kSavedValue);
225 __ Mov(cgen_->ToRegister(destination), source_register);
245 __ Mov(dst, cgen_->ToSmi(constant_source));
247 __ Mov(dst, cgen_->ToInteger32(constant_source));
259 __ Mov(kSavedValue, cgen_->ToSmi(constant_source));
261 __ Mov(kSavedValue, cgen_->ToInteger32(constant_source));
H A Dfull-codegen-arm64.cc176 __ Mov(x3, loop_iterations);
199 __ Mov(x10, Operand(info->scope()->GetScopeInfo()));
214 __ Mov(cp, x0);
251 __ Mov(x3, x1);
257 __ Mov(x1, Smi::FromInt(num_parameters));
336 __ Mov(x0, Smi::FromInt(0));
341 __ Mov(x2, Operand(profiling_counter_));
354 __ Mov(x2, Operand(profiling_counter_));
355 __ Mov(x3, Smi::FromInt(reset_value));
529 __ Mov(result_registe
[all...]
H A Dmacro-assembler-arm64.cc82 Mov(rd, 0);
86 Mov(rd, rn);
98 Mov(rd, rn);
101 Mov(rd, immediate);
121 Mov(temp, immediate);
126 Mov(csp, temp);
153 void MacroAssembler::Mov(const Register& rd, uint64_t imm) { function in class:v8::internal::MacroAssembler
204 // Mov instructions can't move immediate values into the stack pointer, so
241 void MacroAssembler::Mov(const Register& rd, function in class:v8::internal::MacroAssembler
257 Mov(ds
[all...]
H A Dbuiltins-arm64.cc222 __ Mov(argument, arg);
236 __ Mov(argument, x0);
347 __ Mov(x2, Operand(debug_step_in_fp));
385 __ Mov(constructon_count, Operand(JSFunction::kNoSlackTracking));
546 __ Mov(x4, x0);
554 __ Mov(x4, x0);
708 __ Mov(cp, 0);
742 __ Mov(x20, x19);
743 __ Mov(x21, x19);
744 __ Mov(x2
[all...]
H A Dstub-cache-arm64.cc105 __ Mov(scratch, key_offset);
241 __ Mov(prototype, Operand(Handle<Map>(function->initial_map())));
296 __ Mov(x0, scratch1);
311 __ Mov(scratch, Operand(cell));
413 __ Mov(scratch1, Operand(transition));
424 __ Mov(scratch1, Operand(transition));
463 __ Mov(storage_reg, value_reg);
485 __ Mov(storage_reg, value_reg);
595 __ Mov(name_reg, value_reg);
618 __ Mov(name_re
[all...]
H A Ddebug-arm64.cc178 __ Mov(x0, 0); // No arguments.
179 __ Mov(x1, ExternalReference::debug_break(masm->isolate()));
211 __ Mov(scratch, after_break_target);
H A Dlithium-codegen-arm64.cc421 __ Mov(x0, instr->arity());
438 __ Mov(x0, Operand(instr->arity()));
495 __ Mov(cp, ToRegister(context));
711 __ Mov(cp, x0);
804 __ Mov(fp, Smi::FromInt(StackFrame::STUB));
860 __ Mov(entry_offset, entry - base);
877 __ Mov(stub_marker, Smi::FromInt(StackFrame::STUB));
907 __ Mov(deopt_entry, Operand(reinterpret_cast<uint64_t>(base),
1031 __ Mov(x0, count);
1035 __ Mov(w
[all...]
H A Dic-arm64.cc180 __ Mov(scratch1, value);
278 __ Mov(result, scratch2);
505 __ Mov(result, x2);
541 __ Mov(x11, value);
556 __ Mov(x11, value);
672 __ Mov(scratch2, Operand(receiver_map, ASR, KeyedLookupCache::kMapHashShift));
686 __ Mov(scratch3, cache_keys);
716 __ Mov(scratch3, cache_field_offsets);
923 __ Mov(x10, Smi::FromInt(strict_mode));
993 __ Mov(x1
[all...]
H A Ddeoptimizer-arm64.cc184 __ Mov(code_object, lr);
192 __ Mov(x1, type());
197 __ Mov(x5, ExternalReference::isolate_address(isolate()));
311 __ Mov(last_output_frame, current_frame);
/external/vixl/src/a64/
H A Dmacro-assembler-a64.cc144 Mov(rd, 0);
148 Mov(rd, rn);
160 Mov(rd, rn);
163 Mov(rd, immediate);
183 Mov(temp, immediate);
188 Mov(sp, temp);
214 void MacroAssembler::Mov(const Register& rd, function in class:vixl::MacroAssembler
220 Mov(rd, operand.immediate());
258 // Emit two instructions for the extend case. This differs from Mov, as
272 void MacroAssembler::Mov(cons function in class:vixl::MacroAssembler
[all...]
/external/llvm/lib/Target/R600/
H A DR600ExpandSpecialInstrs.cpp85 MachineInstr *Mov = TII->buildMovInstr(&MBB, I, local
90 int MovPredSelIdx = TII->getOperandIdx(Mov->getOpcode(),
93 Mov->getOperand(MovPredSelIdx).setReg(

Completed in 351 milliseconds

12