Home
last modified time | relevance | path

Searched refs:get_ol (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dtranslate.c157 #define get_ol(ctx) MXL_RV32 macro
159 #define get_ol(ctx) ((ctx)->ol) macro
164 return 16 << get_ol(ctx); in get_olen()
338 switch (get_ol(ctx)) { in get_gpr()
392 switch (get_ol(ctx)) { in gen_set_gpr()
413 switch (get_ol(ctx)) { in gen_set_gpri()
433 assert(get_ol(ctx) == MXL_RV128); in gen_set_gpr128()
788 if (get_ol(ctx) == MXL_RV128) { in ex_rvc_shiftli()
800 if (get_ol(ctx) == MXL_RV128) { in ex_rvc_shiftri()
861 if (get_ol(ctx) < MXL_RV128) { in gen_arith_imm_fn()
[all …]
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvzacas.c.inc35 assert(get_ol(ctx) == MXL_RV32);
48 assert(get_ol(ctx) == MXL_RV32);
89 switch (get_ol(ctx)) {
H A Dtrans_rvzce.c.inc178 MemOp memop = get_ol(ctx) == MXL_RV32 ? MO_TEUL : MO_TEUQ;
223 MemOp memop = get_ol(ctx) == MXL_RV32 ? MO_TEUL : MO_TEUQ;