HomeSort by relevance Sort by last modified time
    Searched refs:MemOperand (Results 176 - 200 of 236) sorted by null

1 2 3 4 5 6 78 910

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX86BaseImpl.h     [all...]
IceTargetLoweringX86Base.h 490 X86OperandMem **const MemOperand;
494 : Target(Target), MemOperand(Target->SandboxingType == ST_None
497 if (MemOperand != nullptr) {
502 *MemOperand = Target->_sandbox_mem_reference(*MemOperand);
    [all...]
  /external/vixl/test/aarch32/
test-simulator-cond-rd-memop-rs-a32.cc     [all...]
test-simulator-cond-rd-memop-rs-shift-amount-1to31-a32.cc     [all...]
test-simulator-cond-rd-memop-rs-shift-amount-1to32-a32.cc     [all...]
test-simulator-cond-rd-operand-rn-shift-rs-a32.cc     [all...]
test-simulator-cond-rd-operand-rn-shift-rs-t32.cc     [all...]
test-simulator-cond-rd-rn-operand-rm-ror-amount-a32.cc     [all...]
test-simulator-cond-rd-rn-operand-rm-ror-amount-t32.cc     [all...]
test-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc     [all...]
test-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc     [all...]
test-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc     [all...]
test-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc     [all...]
test-simulator-cond-rdlow-operand-imm8-t32.cc     [all...]
test-simulator-cond-rd-rn-rm-a32.cc     [all...]
test-simulator-cond-rd-rn-rm-t32.cc     [all...]
test-simulator-cond-rd-memop-immediate-512-a32.cc     [all...]
test-simulator-cond-rd-memop-immediate-8192-a32.cc     [all...]
test-simulator-cond-rd-rn-operand-rm-shift-rs-a32.cc     [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc 264 fst_d(MemOperand(esp, 0));
277 fist_s(MemOperand(esp, 0));
278 fild_s(MemOperand(esp, 0));
289 fst_s(MemOperand(esp, 0));
807 fnstcw(MemOperand(esp, 0));
808 and_(MemOperand(esp, 0), Immediate(0xF3FF));
809 or_(MemOperand(esp, 0), Immediate(rc));
810 fldcw(MemOperand(esp, 0));
818 fldcw(MemOperand(esp, 0));
1058 fnsave(MemOperand(ebp, offset - 108))
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 97 __ movsd(MemOperand(esp, count * kDoubleSize),
114 MemOperand(esp, count * kDoubleSize));
152 __ mov(MemOperand(esp, eax, times_4, 0), Immediate(kSlotsZapValue));
294 __ push(MemOperand(esp, 0)); // Copy return address.
295 __ push(MemOperand(esp, 2 * kPointerSize)); // Copy entry address.
303 __ mov(MemOperand(esp, 3 * kPointerSize), ebp); // Save ebp.
305 __ lea(ebp, MemOperand(esp, 3 * kPointerSize));
311 __ mov(MemOperand(esp, 2 * kPointerSize),
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 428 MemOperand operand = codegen()->VarOperand(var, result_register());
615 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
629 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
643 MemOperand location = VarOperand(var, dest);
656 MemOperand location = VarOperand(var, scratch0);
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 434 MemOperand operand = codegen()->VarOperand(var, result_register());
631 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
646 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
660 MemOperand location = VarOperand(var, dest);
673 MemOperand location = VarOperand(var, scratch0);
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 423 MemOperand operand = codegen()->VarOperand(var, result_register());
610 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
624 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
638 MemOperand location = VarOperand(var, dest);
651 MemOperand location = VarOperand(var, scratch0);
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 29 __ mov(MemOperand(esp, eax, times_4, 0), edi);
133 MemOperand mantissa_operand(MemOperand(input_reg, double_offset));
134 MemOperand exponent_operand(MemOperand(input_reg,
167 __ lea(result_reg, MemOperand(ecx, -HeapNumber::kExponentBias));
204 __ mov(result_reg, MemOperand(esp, 0));
223 __ cmp(MemOperand(esp, 0), Immediate(0));
    [all...]

Completed in 1644 milliseconds

1 2 3 4 5 6 78 910