Home
last modified time | relevance | path

Searched full:i8toi32 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Darrays-07.pa35 # acc = i8toi32(vs[acc])
Darrays-08.pa35 # acc = i8toi32(vs[acc])
/arkcompiler/runtime_core/tests/cts-assembly/
Darrays-07.pa35 # acc = i8toi32(vs[acc])
Darrays-08.pa35 # acc = i8toi32(vs[acc])
/arkcompiler/runtime_core/static_core/irtoc/scripts/
Dinterpreter.irt2273 handle_movi(vreg_ptr(op[0]), i8toi32(as_imm(op[1])))
2306 handle_ldai_imm(i8toi32(as_imm(op[0])))
2398 pc := handle_jmp_imm(pc, i8toi32(as_imm(op[0])))
2490 handle_inci_v4_imm4(vreg_ptr(op[0]), i8toi32(as_imm(op[1])))
2492 handle_addi_imm(i8toi32(as_imm(op[0])))
2494 handle_addi_v4_v4_imm(vreg_ptr(op[0]), vreg_value(op[1]).i32, i8toi32(as_imm(op[2])))
2529 handle_subi_imm(i8toi32(as_imm(op[0])))
2531 handle_subi_v4_v4_imm(vreg_ptr(op[0]), vreg_value(op[1]).i32, i8toi32(as_imm(op[2])))
2562 handle_muli_imm(i8toi32(as_imm(op[0])))
2564 handle_muli_v4_v4_imm(vreg_ptr(op[0]), vreg_value(op[1]).i32, i8toi32(as_imm(op[2])))
[all …]
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml2070 acc = i8toi32(vs[acc])