Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dtranslate.c149 #define get_ol(ctx) MXL_RV32 macro
151 #define get_ol(ctx) ((ctx)->ol) macro
156 return 16 << get_ol(ctx); in get_olen()
329 switch (get_ol(ctx)) { in get_gpr()
383 switch (get_ol(ctx)) { in gen_set_gpr()
404 switch (get_ol(ctx)) { in gen_set_gpri()
773 if (get_ol(ctx) == MXL_RV128) { in ex_rvc_shiftli()
785 if (get_ol(ctx) == MXL_RV128) { in ex_rvc_shiftri()
846 if (get_ol(ctx) < MXL_RV128) { in gen_arith_imm_fn()
871 if (get_ol(ctx) < MXL_RV128) { in gen_arith_imm_tl()
[all …]
/openbmc/qemu/target/riscv/insn_trans/
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;