HomeSort by relevance Sort by last modified time
    Searched refs:UInteger8 (Results 1 - 7 of 7) sorted by null

  /external/v8/test/cctest/
test-representation.cc 51 TestPairPositive(Representation::UInteger8(), Representation::None());
62 TestPairNegative(Representation::UInteger8(), Representation::Integer8());
71 TestPairNegative(Representation::None(), Representation::UInteger8());
72 TestPairNegative(Representation::Integer8(), Representation::UInteger8());
73 TestPairNegative(Representation::UInteger8(), Representation::UInteger8());
74 TestPairPositive(Representation::Integer16(), Representation::UInteger8());
75 TestPairPositive(Representation::UInteger16(), Representation::UInteger8());
76 TestPairPositive(Representation::Smi(), Representation::UInteger8());
77 TestPairPositive(Representation::Integer32(), Representation::UInteger8());
    [all...]
test-macro-assembler-ia32.cc 71 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8());
76 __ Load(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8());
test-macro-assembler-x87.cc 71 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8());
76 __ Load(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8());
test-macro-assembler-arm.cc 157 __ Store(r2, MemOperand(sp, 0 * kPointerSize), Representation::UInteger8());
163 __ Load(r3, MemOperand(sp, 0 * kPointerSize), Representation::UInteger8());
test-macro-assembler-x64.cc     [all...]