/arkcompiler/runtime_core/compiler/optimizer/templates/ |
H A D | instructions.rb | 22 INT8 = 'i8' 66 "int" => %w[bool i8 i16 i32 i64 u8 u16 u32 u64], 68 "number" => %w[bool i8 i16 i32 i64 u8 u16 u32 u64 f32 f64], 69 "real" => %w[bool i8 i16 i32 i64 u8 u16 u32 u64 f32 f64 ref ptr] 224 'i8' => 'DataType::INT8',
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
H A D | instructions.rb | 22 INT8 = 'i8' 66 "int" => %w[bool i8 i16 i32 i64 u8 u16 u32 u64], 68 "number" => %w[bool i8 i16 i32 i64 u8 u16 u32 u64 f32 f64], 69 "real" => %w[bool i8 i16 i32 i64 u8 u16 u32 u64 f32 f64 ref ptr] 228 'i8' => 'DataType::INT8',
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | encoder_operands.cpp | 34 int8_t i8; in TEST() local 50 TypeInfo(i8), // 4 in TEST() 184 int8_t i8 = random_gen(), i8_z = 0, i8_min = std::numeric_limits<int8_t>::min(), in TEST() local 262 Imm imm_i8(i8), imm_i8_z(i8_z), imm_i8_min(i8_min), imm_i8_max(i8_max); in TEST() 263 ASSERT_EQ(imm_i8.GetValue<int8_t>(), i8); in TEST()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | encoder_operands.cpp | 275 int8_t i8 = g_randomGen(), i8Z = 0U, i8Min = std::numeric_limits<int8_t>::min(), in TEST() local 280 Imm immI8(i8), immI8Z(i8Z), immI8Min(i8Min), immI8Max(i8Max); in TEST() 281 ASSERT_EQ(immI8.GetAsInt(), i8); in TEST() 286 TypedImm typedImmI8(i8), typedImmI8Z(i8Z); in TEST() 290 ASSERT_EQ(typedImmI8.GetImm().GetAsInt(), i8); in TEST()
|
H A D | peepholes_test.cpp | 4997 INST(30U, Opcode::Cast).i8().SrcType(DataType::INT32).Inputs(10U); in SRC_GRAPH() 4998 INST(31U, Opcode::Cast).i8().SrcType(DataType::INT32).Inputs(11U); in SRC_GRAPH() 4999 INST(32U, Opcode::Cast).i8().SrcType(DataType::INT32).Inputs(12U); in SRC_GRAPH() 5000 INST(33U, Opcode::Cast).i8().SrcType(DataType::INT32).Inputs(13U); in SRC_GRAPH() 5040 INST(30U, Opcode::Cast).i8().SrcType(DataType::INT32).Inputs(1U); in OUT_GRAPH() 5041 INST(31U, Opcode::Cast).i8().SrcType(DataType::INT32).Inputs(1U); in OUT_GRAPH() 5042 INST(32U, Opcode::Cast).i8().SrcType(DataType::INT32).Inputs(1U); in OUT_GRAPH() 5043 INST(33U, Opcode::Cast).i8().SrcType(DataType::INT32).Inputs(13U); in OUT_GRAPH() 5104 INST(26U, Opcode::Store).i8().Inputs(0U, 1U, 6U); in SRC_GRAPH() 5105 INST(27U, Opcode::Store).i8() in SRC_GRAPH() [all...] |
/arkcompiler/runtime_core/isa/ |
H A D | asserts.rb | 157 assert('Operand type should be one of none, ref, u1, u2, i8, u8, i16, u16, i32, u32, b32, i64, u64, b64, f64, top, any') do 158 types = %w[none ref u1 u2 i8 u8 i16 u16 i32 u32 b32 f32 i64 u64 b64 f64 top any]
|
H A D | isapi.rb | 363 types = %i[none u1 u2 i8 u8 i16 u16 i32 u32 b32 f32 i64 u64 b64 f64 ref top any] 388 %i[i8 i16 i32 i64].include?(@type.to_sym)
|
/arkcompiler/runtime_core/static_core/isa/ |
H A D | asserts.rb | 157 assert('Operand type should be one of none, ref, u1, u2, i8, u8, i16, u16, i32, u32, b32, i64, u64, b64, f64, top, any') do 158 types = %w[none ref u1 u2 i8 u8 i16 u16 i32 u32 b32 f32 i64 u64 b64 f64 top any]
|
H A D | isapi.rb | 336 types = %i[none u1 u2 i8 u8 i16 u16 i32 u32 b32 f32 i64 u64 b64 f64 ref top any]
|
/arkcompiler/runtime_core/static_core/irtoc/lang/ |
H A D | instruction.rb | 194 :i8 => :INT8,
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | ir_constructor.h | 524 IrConstructor &i8() // NOLINT(readability-identifier-naming) in i8() function in panda::compiler::final
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | ir_constructor.h | 641 IrConstructor &i8() // NOLINT(readability-identifier-naming) in i8() function in ark::compiler::final
|
/arkcompiler/runtime_core/assembler/tests/ |
H A D | assembler_parser_test.cpp | 1716 params.emplace_back(Type {"i8", 1}, language); in HWTEST_F() 1833 v.push_back(l.TokenizeString("i8 -30").first); in HWTEST_F() 1848 int8_t i8 = -30; in HWTEST_F() local 1853 i8); in HWTEST_F() 1996 v.push_back(l.TokenizeString(".array array_byte i8 3 { -1 2 -3 }").first); in HWTEST_F() 2326 .function u1 f(i8 a0) {} in HWTEST_F() 2337 params.emplace_back(Type {"i8", 0}, language); in HWTEST_F() 2355 .function u1 f(i8 a0) {} in HWTEST_F() 2356 .function i8 f(i8 a in HWTEST_F() [all...] |