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

  /art/runtime/verifier/
reg_type_test.cc 87 EXPECT_FALSE(bool_reg_type.IsByte());
119 EXPECT_TRUE(byte_reg_type.IsByte());
151 EXPECT_FALSE(char_reg_type.IsByte());
183 EXPECT_FALSE(short_reg_type.IsByte());
215 EXPECT_FALSE(int_reg_type.IsByte());
247 EXPECT_FALSE(long_reg_type.IsByte());
279 EXPECT_FALSE(float_reg_type.IsByte());
311 EXPECT_FALSE(double_reg_type.IsByte());
reg_type.h 46 virtual bool IsByte() const { return false; }
148 return IsChar() || IsInteger() || IsFloat() || IsConstant() || IsByte() || IsShort() ||
158 return IsConstantByte() || IsByte() || IsBoolean();
161 return IsShort() || IsByte() || IsBoolean() || IsConstantShort();
167 return IsInteger() || IsConstant() || IsByte() || IsShort() || IsChar() || IsBoolean();
409 bool IsByte() const {
reg_type.cc 716 } else if (lhs.IsByte()) {
method_verifier.cc     [all...]
  /external/llvm/lib/Target/ARM/
ARMInstrFormats.td 565 class AI2ldst<bits<3> op, bit isLd, bit isByte, dag oops, dag iops, AddrMode am,
573 let Inst{22} = isByte;
578 class AI2ldstidx<bit isLd, bit isByte, bit isPre, dag oops, dag iops,
586 let Inst{22} = isByte; // B bit
591 class AI2stridx_reg<bit isByte, bit isPre, dag oops, dag iops,
594 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
609 class AI2stridx_imm<bit isByte, bit isPre, dag oops, dag iops,
612 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
628 class AI2stridxT<bit isByte, bit isPre, dag oops, dag iops,
631 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr
    [all...]
ARMInstrInfo.td     [all...]
  /external/chromium_org/third_party/mongoose/
mongoose.c 3542 static int isbyte(int n) { function
    [all...]

Completed in 1410 milliseconds