HomeSort by relevance Sort by last modified time
    Searched refs:UseScratchRegisterScope (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/vixl/test/
test-use-scratch-register-scope.cc 67 template <typename MacroAssembler, typename UseScratchRegisterScope>
75 UseScratchRegisterScope* top_scope =
90 UseScratchRegisterScope scope(masm_);
106 PerfectNestingTestHelper<MacroAssembler, UseScratchRegisterScope>(&masm)
114 PerfectNestingTestHelper<MacroAssembler, UseScratchRegisterScope>(&masm)
124 UseScratchRegisterScope temps(&masm);
185 UseScratchRegisterScope temps(&masm);
212 UseScratchRegisterScope local_temps(&masm);
241 UseScratchRegisterScope local_temps(&masm);
  /art/compiler/utils/arm/
jni_macro_assembler_arm_vixl.cc 196 UseScratchRegisterScope temps(asm_.GetVIXLAssembler());
232 UseScratchRegisterScope temps(asm_.GetVIXLAssembler());
251 UseScratchRegisterScope temps(asm_.GetVIXLAssembler());
258 UseScratchRegisterScope temps(asm_.GetVIXLAssembler());
270 UseScratchRegisterScope temps(asm_.GetVIXLAssembler());
280 UseScratchRegisterScope temps(asm_.GetVIXLAssembler());
292 UseScratchRegisterScope temps(asm_.GetVIXLAssembler());
316 UseScratchRegisterScope temps(asm_.GetVIXLAssembler());
334 UseScratchRegisterScope temps(asm_.GetVIXLAssembler());
343 UseScratchRegisterScope temps(asm_.GetVIXLAssembler())
    [all...]
assembler_arm_vixl.cc 249 UseScratchRegisterScope temps(&vixl_masm_);
318 UseScratchRegisterScope temps(&vixl_masm_);
388 UseScratchRegisterScope temps(GetVIXLAssembler());
409 UseScratchRegisterScope temps(GetVIXLAssembler());
  /external/vixl/src/aarch32/
macro-assembler-aarch32.cc 46 void UseScratchRegisterScope::Open(MacroAssembler* masm) {
59 void UseScratchRegisterScope::Close() {
76 bool UseScratchRegisterScope::IsAvailable(const Register& reg) const {
83 bool UseScratchRegisterScope::IsAvailable(const VRegister& reg) const {
90 Register UseScratchRegisterScope::Acquire() {
99 VRegister UseScratchRegisterScope::AcquireV(unsigned size_in_bits) {
114 QRegister UseScratchRegisterScope::AcquireQ() {
124 DRegister UseScratchRegisterScope::AcquireD() {
134 SRegister UseScratchRegisterScope::AcquireS() {
144 void UseScratchRegisterScope::Release(const Register& reg)
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.cc 116 UseScratchRegisterScope temps(this);
265 UseScratchRegisterScope temps(this);
305 UseScratchRegisterScope temps(this);
378 UseScratchRegisterScope temps(this);
455 UseScratchRegisterScope temps(this);
487 UseScratchRegisterScope temps(this);
522 UseScratchRegisterScope temps(this);
584 UseScratchRegisterScope temps(this);
599 UseScratchRegisterScope temps(this);
623 UseScratchRegisterScope temps(this)
    [all...]
deoptimizer-arm64.cc 26 UseScratchRegisterScope temps(masm);
62 UseScratchRegisterScope temps(masm);
220 UseScratchRegisterScope temps(masm());
283 UseScratchRegisterScope temps(masm());
  /external/v8/src/mips64/
macro-assembler-mips64.cc 309 UseScratchRegisterScope temps(this);
352 UseScratchRegisterScope temps(this);
378 UseScratchRegisterScope temps(this);
395 UseScratchRegisterScope temps(this);
414 UseScratchRegisterScope temps(this);
444 UseScratchRegisterScope temps(this);
450 UseScratchRegisterScope temps(this);
463 UseScratchRegisterScope temps(this);
481 UseScratchRegisterScope temps(this);
504 UseScratchRegisterScope temps(this)
    [all...]
  /external/v8/src/wasm/baseline/arm64/
liftoff-assembler-arm64.h 83 inline CPURegister AcquireByType(UseScratchRegisterScope* temps,
100 UseScratchRegisterScope* temps, Register addr,
203 UseScratchRegisterScope temps(this);
253 UseScratchRegisterScope temps(this);
293 UseScratchRegisterScope temps(this);
328 UseScratchRegisterScope temps(this);
467 UseScratchRegisterScope temps(this);
515 UseScratchRegisterScope temps(this);
530 UseScratchRegisterScope temps(this);
583 UseScratchRegisterScope temps(this)
    [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc 463 UseScratchRegisterScope temps;
809 UseScratchRegisterScope temps(this);
962 UseScratchRegisterScope temps(this);
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc 199 UseScratchRegisterScope temps(this);
211 // Use ip directly instead of using UseScratchRegisterScope, as we do not
241 // Use ip directly instead of using UseScratchRegisterScope, as we do not
278 // Use ip directly instead of using UseScratchRegisterScope, as we do not
290 // Use ip directly instead of using UseScratchRegisterScope, as we do not
321 UseScratchRegisterScope temps(this);
328 UseScratchRegisterScope temps(this);
384 UseScratchRegisterScope temps(this);
399 UseScratchRegisterScope temps(this);
418 UseScratchRegisterScope temps(this)
    [all...]
deoptimizer-arm.cc 37 UseScratchRegisterScope temps(masm());
59 UseScratchRegisterScope temps(masm());
229 UseScratchRegisterScope temps(masm());
247 UseScratchRegisterScope temps(masm());
  /external/v8/src/mips/
macro-assembler-mips.cc 309 UseScratchRegisterScope temps(this);
353 UseScratchRegisterScope temps(this);
378 UseScratchRegisterScope temps(this);
396 UseScratchRegisterScope temps(this);
403 UseScratchRegisterScope temps(this);
422 UseScratchRegisterScope temps(this);
456 UseScratchRegisterScope temps(this);
482 UseScratchRegisterScope temps(this);
520 UseScratchRegisterScope temps(this);
538 UseScratchRegisterScope temps(this)
    [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc 656 UseScratchRegisterScope temps(tasm());
671 UseScratchRegisterScope temps(tasm());
687 UseScratchRegisterScope temps(tasm());
    [all...]
  /art/compiler/utils/arm64/
assembler_arm64.cc 89 UseScratchRegisterScope temps(&vixl_masm_);
100 UseScratchRegisterScope temps(&vixl_masm_);
jni_macro_assembler_arm64.cc 86 UseScratchRegisterScope temps(asm_.GetVIXLAssembler());
177 UseScratchRegisterScope temps(asm_.GetVIXLAssembler());
202 UseScratchRegisterScope temps(asm_.GetVIXLAssembler());
319 UseScratchRegisterScope temps(asm_.GetVIXLAssembler());
665 UseScratchRegisterScope temps(asm_.GetVIXLAssembler());
796 UseScratchRegisterScope temps(asm_.GetVIXLAssembler());
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 538 UseScratchRegisterScope temps(tasm());
553 UseScratchRegisterScope temps(tasm());
571 UseScratchRegisterScope temps(tasm());
583 UseScratchRegisterScope temps(tasm());
680 UseScratchRegisterScope scope(tasm());
    [all...]
  /external/vixl/test/aarch32/
test-simulator-cond-rd-operand-const-a32.cc 67 UseScratchRegisterScope harness_scratch;
490 UseScratchRegisterScope scratch_registers(&masm);
514 UseScratchRegisterScope temp_registers(&masm);
530 UseScratchRegisterScope temp_registers(&masm);
test-simulator-cond-rd-operand-const-t32.cc 67 UseScratchRegisterScope harness_scratch;
605 UseScratchRegisterScope scratch_registers(&masm);
629 UseScratchRegisterScope temp_registers(&masm);
645 UseScratchRegisterScope temp_registers(&masm);
    [all...]
test-simulator-cond-rd-operand-imm16-t32.cc 67 UseScratchRegisterScope harness_scratch;
443 UseScratchRegisterScope scratch_registers(&masm);
467 UseScratchRegisterScope temp_registers(&masm);
483 UseScratchRegisterScope temp_registers(&masm);
test-simulator-cond-rd-rn-rm-ge-a32.cc 67 UseScratchRegisterScope harness_scratch;
442 UseScratchRegisterScope scratch_registers(&masm);
468 UseScratchRegisterScope temp_registers(&masm);
480 UseScratchRegisterScope temp_registers(&masm);
492 UseScratchRegisterScope temp_registers(&masm);
504 UseScratchRegisterScope temp_registers(&masm);
512 UseScratchRegisterScope temp_registers(&masm);
520 UseScratchRegisterScope temp_registers(&masm);
test-simulator-cond-rd-rn-rm-ge-t32.cc 67 UseScratchRegisterScope harness_scratch;
442 UseScratchRegisterScope scratch_registers(&masm);
468 UseScratchRegisterScope temp_registers(&masm);
480 UseScratchRegisterScope temp_registers(&masm);
492 UseScratchRegisterScope temp_registers(&masm);
504 UseScratchRegisterScope temp_registers(&masm);
512 UseScratchRegisterScope temp_registers(&masm);
520 UseScratchRegisterScope temp_registers(&masm);
test-simulator-cond-rd-rn-rm-q-a32.cc 67 UseScratchRegisterScope harness_scratch;
426 UseScratchRegisterScope scratch_registers(&masm);
452 UseScratchRegisterScope temp_registers(&masm);
464 UseScratchRegisterScope temp_registers(&masm);
476 UseScratchRegisterScope temp_registers(&masm);
488 UseScratchRegisterScope temp_registers(&masm);
496 UseScratchRegisterScope temp_registers(&masm);
504 UseScratchRegisterScope temp_registers(&masm);
test-simulator-cond-rd-rn-rm-q-t32.cc 67 UseScratchRegisterScope harness_scratch;
426 UseScratchRegisterScope scratch_registers(&masm);
452 UseScratchRegisterScope temp_registers(&masm);
464 UseScratchRegisterScope temp_registers(&masm);
476 UseScratchRegisterScope temp_registers(&masm);
488 UseScratchRegisterScope temp_registers(&masm);
496 UseScratchRegisterScope temp_registers(&masm);
504 UseScratchRegisterScope temp_registers(&masm);
test-simulator-cond-rd-rn-rm-sel-a32.cc 67 UseScratchRegisterScope harness_scratch;
419 UseScratchRegisterScope scratch_registers(&masm);
445 UseScratchRegisterScope temp_registers(&masm);
457 UseScratchRegisterScope temp_registers(&masm);
469 UseScratchRegisterScope temp_registers(&masm);
481 UseScratchRegisterScope temp_registers(&masm);
489 UseScratchRegisterScope temp_registers(&masm);
497 UseScratchRegisterScope temp_registers(&masm);
test-simulator-cond-rd-rn-rm-sel-t32.cc 67 UseScratchRegisterScope harness_scratch;
419 UseScratchRegisterScope scratch_registers(&masm);
445 UseScratchRegisterScope temp_registers(&masm);
457 UseScratchRegisterScope temp_registers(&masm);
469 UseScratchRegisterScope temp_registers(&masm);
481 UseScratchRegisterScope temp_registers(&masm);
489 UseScratchRegisterScope temp_registers(&masm);
497 UseScratchRegisterScope temp_registers(&masm);

Completed in 5231 milliseconds

1 2 3 4 5