Home
last modified time | relevance | path

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

/qemu/target/sh4/
H A Dtranslate.c1855 TCGv op_arg; in decode_gusa() local
1877 op_arg = NULL; in decode_gusa()
1970 op_arg = REG(op_src); in decode_gusa()
1979 op_arg = tcg_constant_i32(-1); in decode_gusa()
1987 op_arg = tcg_constant_i32(B7_0s); in decode_gusa()
1999 op_arg = REG(op_src); in decode_gusa()
2033 op_arg = tcg_constant_i32(0); in decode_gusa()
2102 tcg_gen_add_i32(REG(op_dst), REG(ld_dst), op_arg); in decode_gusa()
2117 tcg_gen_and_i32(REG(op_dst), REG(ld_dst), op_arg); in decode_gusa()
2131 tcg_gen_or_i32(REG(op_dst), REG(ld_dst), op_arg); in decode_gusa()
[all …]
/qemu/hw/acpi/
H A Dtpm.c109 Aml *function, *arguments, *rev, *op, *op_arg, *op_flags, *uuid; in tpm_build_ppi_acpi() local
367 op_arg = aml_derefof(aml_index(arguments, one)); in tpm_build_ppi_acpi()
370 aml_append(ifctx3, aml_store(op_arg, pprm)); in tpm_build_ppi_acpi()