Home
last modified time | relevance | path

Searched defs:env (Results 101 – 125 of 23938) sorted by relevance

12345678910>>...958

/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/riscv/
H A Dfpu_helper.c26 target_ulong riscv_cpu_get_fflags(CPURISCVState *env) in riscv_cpu_get_fflags()
53 void helper_set_rounding_mode(CPURISCVState *env, uint32_t rm) in helper_set_rounding_mode()
167 uint64_t helper_fsqrt_s(CPURISCVState *env, uint64_t frs1) in helper_fsqrt_s()
198 uint64_t helper_fcvt_l_s(CPURISCVState *env, uint64_t frs1) in helper_fcvt_l_s()
220 uint64_t helper_fcvt_s_l(CPURISCVState *env, uint64_t rs1) in helper_fcvt_s_l()
225 uint64_t helper_fcvt_s_lu(CPURISCVState *env, uint64_t rs1) in helper_fcvt_s_lu()
280 uint64_t helper_fcvt_s_d(CPURISCVState *env, uint64_t rs1) in helper_fcvt_s_d()
285 uint64_t helper_fcvt_d_s(CPURISCVState *env, uint64_t rs1) in helper_fcvt_d_s()
290 uint64_t helper_fsqrt_d(CPURISCVState *env, uint64_t frs1) in helper_fsqrt_d()
321 uint64_t helper_fcvt_l_d(CPURISCVState *env, uint64_t frs1) in helper_fcvt_l_d()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/riscv/
H A Dfpu_helper.c26 target_ulong riscv_cpu_get_fflags(CPURISCVState *env) in riscv_cpu_get_fflags()
53 void helper_set_rounding_mode(CPURISCVState *env, uint32_t rm) in helper_set_rounding_mode()
167 uint64_t helper_fsqrt_s(CPURISCVState *env, uint64_t frs1) in helper_fsqrt_s()
198 uint64_t helper_fcvt_l_s(CPURISCVState *env, uint64_t frs1) in helper_fcvt_l_s()
220 uint64_t helper_fcvt_s_l(CPURISCVState *env, uint64_t rs1) in helper_fcvt_s_l()
225 uint64_t helper_fcvt_s_lu(CPURISCVState *env, uint64_t rs1) in helper_fcvt_s_lu()
280 uint64_t helper_fcvt_s_d(CPURISCVState *env, uint64_t rs1) in helper_fcvt_s_d()
285 uint64_t helper_fcvt_d_s(CPURISCVState *env, uint64_t rs1) in helper_fcvt_d_s()
290 uint64_t helper_fsqrt_d(CPURISCVState *env, uint64_t frs1) in helper_fsqrt_d()
321 uint64_t helper_fcvt_l_d(CPURISCVState *env, uint64_t frs1) in helper_fcvt_l_d()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/riscv/
H A Dfpu_helper.c26 target_ulong cpu_riscv_get_fflags(CPURISCVState *env) in cpu_riscv_get_fflags()
53 void helper_set_rounding_mode(CPURISCVState *env, uint32_t rm) in helper_set_rounding_mode()
167 uint64_t helper_fsqrt_s(CPURISCVState *env, uint64_t frs1) in helper_fsqrt_s()
198 uint64_t helper_fcvt_l_s(CPURISCVState *env, uint64_t frs1) in helper_fcvt_l_s()
220 uint64_t helper_fcvt_s_l(CPURISCVState *env, uint64_t rs1) in helper_fcvt_s_l()
225 uint64_t helper_fcvt_s_lu(CPURISCVState *env, uint64_t rs1) in helper_fcvt_s_lu()
280 uint64_t helper_fcvt_s_d(CPURISCVState *env, uint64_t rs1) in helper_fcvt_s_d()
285 uint64_t helper_fcvt_d_s(CPURISCVState *env, uint64_t rs1) in helper_fcvt_d_s()
290 uint64_t helper_fsqrt_d(CPURISCVState *env, uint64_t frs1) in helper_fsqrt_d()
321 uint64_t helper_fcvt_l_d(CPURISCVState *env, uint64_t frs1) in helper_fcvt_l_d()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/riscv/
H A Dfpu_helper.c26 target_ulong riscv_cpu_get_fflags(CPURISCVState *env) in riscv_cpu_get_fflags()
53 void helper_set_rounding_mode(CPURISCVState *env, uint32_t rm) in helper_set_rounding_mode()
167 uint64_t helper_fsqrt_s(CPURISCVState *env, uint64_t frs1) in helper_fsqrt_s()
198 uint64_t helper_fcvt_l_s(CPURISCVState *env, uint64_t frs1) in helper_fcvt_l_s()
220 uint64_t helper_fcvt_s_l(CPURISCVState *env, uint64_t rs1) in helper_fcvt_s_l()
225 uint64_t helper_fcvt_s_lu(CPURISCVState *env, uint64_t rs1) in helper_fcvt_s_lu()
280 uint64_t helper_fcvt_s_d(CPURISCVState *env, uint64_t rs1) in helper_fcvt_s_d()
285 uint64_t helper_fcvt_d_s(CPURISCVState *env, uint64_t rs1) in helper_fcvt_d_s()
290 uint64_t helper_fsqrt_d(CPURISCVState *env, uint64_t frs1) in helper_fsqrt_d()
321 uint64_t helper_fcvt_l_d(CPURISCVState *env, uint64_t frs1) in helper_fcvt_l_d()
[all …]
/dports/devel/py-simpy/simpy-3.0.13/tests/
H A Dtest_event.py11 def test_succeed(env): argument
13 def child(env, event): argument
18 def parent(env): argument
28 def test_fail(env): argument
30 def child(env, event): argument
38 def parent(env): argument
48 def test_names(env): argument
66 def test_value(env): argument
75 def test_unavailable_value(env): argument
87 def test_triggered(env): argument
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/riscv/
H A Dcsr.c38 static RISCVException fs(CPURISCVState *env, int csrno) in fs()
52 static RISCVException vs(CPURISCVState *env, int csrno) in vs()
60 static RISCVException ctr(CPURISCVState *env, int csrno) in ctr()
131 static RISCVException ctr32(CPURISCVState *env, int csrno) in ctr32()
141 static RISCVException any(CPURISCVState *env, int csrno) in any()
146 static RISCVException any32(CPURISCVState *env, int csrno) in any32()
156 static RISCVException smode(CPURISCVState *env, int csrno) in smode()
165 static RISCVException hmode(CPURISCVState *env, int csrno) in hmode()
181 static RISCVException hmode32(CPURISCVState *env, int csrno) in hmode32()
195 static RISCVException pmp(CPURISCVState *env, int csrno) in pmp()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/contextualsearch/
H A Dctr_suppression.cc30 JNIEnv* env = AttachCurrentThread(); in ~CtrSuppression() local
53 JNIEnv* env, in GetPreviousWeekImpressions()
64 JNIEnv* env, in HasPrevious28DayData()
70 JNIEnv* env, in GetPrevious28DayImpressions()
83 JNIEnv* env = AttachCurrentThread(); in ReadClicksForWeekRemainder() local
88 JNIEnv* env = AttachCurrentThread(); in ReadImpressionsForWeekRemainder() local
93 JNIEnv* env = AttachCurrentThread(); in ReadOldestWeekWritten() local
98 JNIEnv* env = AttachCurrentThread(); in ReadNewestWeekWritten() local
104 JNIEnv* env = AttachCurrentThread(); in WriteClicksForWeekRemainder() local
110 JNIEnv* env = AttachCurrentThread(); in WriteImpressionsForWeekRemainder() local
[all …]
/dports/www/apache24/httpd-2.4.53/test/modules/md/
H A Dtest_750_eab.py16 def _class_scope(self, env, acme): argument
28 def test_md_750_001(self, env): argument
41 def test_md_750_002(self, env): argument
55 def test_md_750_003(self, env): argument
69 def test_md_750_004(self, env): argument
83 def test_md_750_005(self, env): argument
97 def test_md_750_010(self, env): argument
110 def test_md_750_011(self, env): argument
129 def test_md_750_012(self, env): argument
148 def test_md_750_013(self, env): argument
[all …]
/dports/sysutils/istio/istio-1.6.7/mixer/pkg/runtime/handler/
H A Denv.go30 type env struct { struct
31 logger adapter.Logger
32 gp *pool.GoroutinePool
33 monitoringCtx context.Context
34 daemons, workers *int64
54 func (e env) Logger() adapter.Logger {
59 func (e env) ScheduleWork(fn adapter.WorkFunc) {
115 func (e env) Workers() int64 {
119 func (e env) Daemons() int64 {
123 func (e env) hasStrayWorkers() bool {
[all …]
/dports/java/sablevm/sablevm-1.13/src/libsablevm/
H A Dmethod_invoke.h12 #define _svmm_invoke_nonvirtual_jlclass_init(env, this, param_1, param_2) \ argument
25 #define _svmm_invoke_nonvirtual_jlclass_init_primitive(env, this, param_1) \ argument
38 #define _svmm_invoke_nonvirtual_jlclass_initialize(env, this, param_1) \ argument
51 #define _svmm_invoke_nonvirtual_jlrconstructor_init(env, this, param_1) \ argument
64 #define _svmm_invoke_nonvirtual_jlrfield_init(env, this, param_1) \ argument
90 #define _svmm_invoke_nonvirtual_jlrmethod_init(env, this, param_1) \ argument
428 #define _svmm_invoke_nonvirtual_VerifyError_init(env, this, param_1) \ argument
610 #define _svmm_invoke_static_virtualmachine_getsystemcl(env, ret) \ argument
622 #define _svmm_invoke_static_virtualmachine_runthread(env) \ argument
700 #define _svmm_invoke_specific_static_clinit(env, method) \ argument
[all …]
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dfpu_helper.c309 void helper_fpush(CPUX86State *env) in helper_fpush()
314 void helper_fpop(CPUX86State *env) in helper_fpop()
597 void helper_fclex(CPUX86State *env) in helper_fclex()
602 void helper_fwait(CPUX86State *env) in helper_fwait()
677 void helper_f2xm1(CPUX86State *env) in helper_f2xm1()
685 void helper_fyl2x(CPUX86State *env) in helper_fyl2x()
700 void helper_fptan(CPUX86State *env) in helper_fptan()
812 void helper_fprem(CPUX86State *env) in helper_fprem()
927 void helper_fsin(CPUX86State *env) in helper_fsin()
940 void helper_fcos(CPUX86State *env) in helper_fcos()
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dfpu_helper.c309 void helper_fpush(CPUX86State *env) in helper_fpush()
314 void helper_fpop(CPUX86State *env) in helper_fpop()
597 void helper_fclex(CPUX86State *env) in helper_fclex()
602 void helper_fwait(CPUX86State *env) in helper_fwait()
677 void helper_f2xm1(CPUX86State *env) in helper_f2xm1()
685 void helper_fyl2x(CPUX86State *env) in helper_fyl2x()
700 void helper_fptan(CPUX86State *env) in helper_fptan()
812 void helper_fprem(CPUX86State *env) in helper_fprem()
927 void helper_fsin(CPUX86State *env) in helper_fsin()
940 void helper_fcos(CPUX86State *env) in helper_fcos()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/
H A Dfpu_helper.c325 void helper_fpush(CPUX86State *env) in helper_fpush()
330 void helper_fpop(CPUX86State *env) in helper_fpop()
597 void helper_fclex(CPUX86State *env) in helper_fclex()
602 void helper_fwait(CPUX86State *env) in helper_fwait()
675 void helper_f2xm1(CPUX86State *env) in helper_f2xm1()
683 void helper_fyl2x(CPUX86State *env) in helper_fyl2x()
698 void helper_fptan(CPUX86State *env) in helper_fptan()
807 void helper_fprem(CPUX86State *env) in helper_fprem()
922 void helper_fsin(CPUX86State *env) in helper_fsin()
935 void helper_fcos(CPUX86State *env) in helper_fcos()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync/
H A Dprofile_sync_service_android.cc70 JNIEnv* env, in JNI_ProfileSyncService_ModelTypeSetToJavaIntArray()
125 JNIEnv* env, in IsSyncRequested()
132 JNIEnv* env, in CanSyncFeatureStart()
151 JNIEnv* env, in SetSyncAllowedByPlatform()
158 JNIEnv* env, in IsSyncActive()
165 JNIEnv* env, in IsSyncDisabledByEnterprisePolicy()
173 JNIEnv* env, in IsEngineInitialized()
180 JNIEnv* env, in IsTransportStateActive()
188 JNIEnv* env, in SetSetupInProgress()
202 JNIEnv* env, in IsFirstSetupComplete()
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/jni/
H A Dwrap.c618 static fz_device *from_Device(JNIEnv *env, jobject jobj) in from_Device()
654 static inline fz_font *from_Font(JNIEnv *env, jobject jobj) in from_Font()
663 static inline fz_image *from_Image(JNIEnv *env, jobject jobj) in from_Image()
672 static inline fz_page *from_Page(JNIEnv *env, jobject jobj) in from_Page()
681 static inline fz_path *from_Path(JNIEnv *env, jobject jobj) in from_Path()
743 static inline fz_shade *from_Shade(JNIEnv *env, jobject jobj) in from_Shade()
770 static inline fz_text *from_Text(JNIEnv *env, jobject jobj) in from_Text()
817 static inline fz_point from_Point(JNIEnv *env, jobject jpt) in from_Point()
833 static inline fz_rect from_Rect(JNIEnv *env, jobject jrect) in from_Rect()
848 static inline fz_quad from_Quad(JNIEnv *env, jobject jquad) in from_Quad()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/target/riscv/
H A Dcsr.c46 static int fs(CPURISCVState *env, int csrno) in fs()
60 static int vs(CPURISCVState *env, int csrno) in vs()
68 static int ctr(CPURISCVState *env, int csrno) in ctr()
138 static int any(CPURISCVState *env, int csrno) in any()
143 static int smode(CPURISCVState *env, int csrno) in smode()
148 static int hmode(CPURISCVState *env, int csrno) in hmode()
164 static int pmp(CPURISCVState *env, int csrno) in pmp()
194 static int read_frm(CPURISCVState *env, int csrno, target_ulong *val) in read_frm()
205 static int write_frm(CPURISCVState *env, int csrno, target_ulong val) in write_frm()
256 static int read_vl(CPURISCVState *env, int csrno, target_ulong *val) in read_vl()
[all …]
/dports/math/R/R-4.1.2/src/library/compiler/tests/
H A Dconst.R15 stopifnot(identical(constantFoldSym(quote(pi), list(env = ce, optimize = 3)), nameattr
17 stopifnot(identical(constantFoldSym(quote(pi), list(env = ce, optimize = 2)), nameattr
19 stopifnot(identical(constantFoldSym(quote(pi), list(env = ce, optimize = 1)), nameattr
21 stopifnot(identical(constantFoldSym(quote(pi), list(env = ce, optimize = 0)), nameattr
23 stopifnot(identical(constantFold(quote(1 + 2), list(optimize = 3, env = ce)), nameattr
25 stopifnot(identical(constantFold(quote(1 + 2), list(optimize = 2, env = ce)), nameattr
27 stopifnot(identical(constantFold(quote(1 + 2), list(optimize = 1, env = ce)), nameattr
29 stopifnot(identical(constantFold(quote(1 + 2), list(optimize = 0, env = ce)), nameattr
42 stopifnot(identical(constantFoldSym(quote(pi), list(env = ce, optimize = 3)), nameattr
44 stopifnot(identical(constantFoldSym(quote(pi), list(env = ce, optimize = 2)), nameattr
[all …]
/dports/math/libRmath/R-4.1.1/src/library/compiler/tests/
H A Dconst.R15 stopifnot(identical(constantFoldSym(quote(pi), list(env = ce, optimize = 3)), nameattr
17 stopifnot(identical(constantFoldSym(quote(pi), list(env = ce, optimize = 2)), nameattr
19 stopifnot(identical(constantFoldSym(quote(pi), list(env = ce, optimize = 1)), nameattr
21 stopifnot(identical(constantFoldSym(quote(pi), list(env = ce, optimize = 0)), nameattr
23 stopifnot(identical(constantFold(quote(1 + 2), list(optimize = 3, env = ce)), nameattr
25 stopifnot(identical(constantFold(quote(1 + 2), list(optimize = 2, env = ce)), nameattr
27 stopifnot(identical(constantFold(quote(1 + 2), list(optimize = 1, env = ce)), nameattr
29 stopifnot(identical(constantFold(quote(1 + 2), list(optimize = 0, env = ce)), nameattr
42 stopifnot(identical(constantFoldSym(quote(pi), list(env = ce, optimize = 3)), nameattr
44 stopifnot(identical(constantFoldSym(quote(pi), list(env = ce, optimize = 2)), nameattr
[all …]
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/jniglue/
H A DJNIConfig.cpp39 Java_org_OpenColorIO_Config_dispose(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_dispose()
47 Java_org_OpenColorIO_Config_Create(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_Create()
56 Java_org_OpenColorIO_Config_CreateFromEnv(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_CreateFromEnv()
96 Java_org_OpenColorIO_Config_sanityCheck(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_sanityCheck()
105 Java_org_OpenColorIO_Config_getDescription(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_getDescription()
123 Java_org_OpenColorIO_Config_serialize(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_serialize()
134 Java_org_OpenColorIO_Config_getCacheID__(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_getCacheID__()
337 Java_org_OpenColorIO_Config_getNumRoles(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_getNumRoles()
555 Java_org_OpenColorIO_Config_clearLooks(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_clearLooks()
592 (JNIEnv * env, jobject self, jstring srcName, jstring dstName) in Java_org_OpenColorIO_Config_getProcessor__Ljava_lang_String_2Ljava_lang_String_2()
[all …]
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/jniglue/
H A DJNIConfig.cpp39 Java_org_OpenColorIO_Config_dispose(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_dispose()
47 Java_org_OpenColorIO_Config_Create(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_Create()
56 Java_org_OpenColorIO_Config_CreateFromEnv(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_CreateFromEnv()
96 Java_org_OpenColorIO_Config_sanityCheck(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_sanityCheck()
105 Java_org_OpenColorIO_Config_getDescription(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_getDescription()
123 Java_org_OpenColorIO_Config_serialize(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_serialize()
134 Java_org_OpenColorIO_Config_getCacheID__(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_getCacheID__()
337 Java_org_OpenColorIO_Config_getNumRoles(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_getNumRoles()
555 Java_org_OpenColorIO_Config_clearLooks(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_clearLooks()
592 (JNIEnv * env, jobject self, jstring srcName, jstring dstName) in Java_org_OpenColorIO_Config_getProcessor__Ljava_lang_String_2Ljava_lang_String_2()
[all …]
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/jniglue/
H A DJNIConfig.cpp39 Java_org_OpenColorIO_Config_dispose(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_dispose()
47 Java_org_OpenColorIO_Config_Create(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_Create()
56 Java_org_OpenColorIO_Config_CreateFromEnv(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_CreateFromEnv()
96 Java_org_OpenColorIO_Config_sanityCheck(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_sanityCheck()
105 Java_org_OpenColorIO_Config_getDescription(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_getDescription()
123 Java_org_OpenColorIO_Config_serialize(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_serialize()
134 Java_org_OpenColorIO_Config_getCacheID__(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_getCacheID__()
337 Java_org_OpenColorIO_Config_getNumRoles(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_getNumRoles()
555 Java_org_OpenColorIO_Config_clearLooks(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Config_clearLooks()
592 (JNIEnv * env, jobject self, jstring srcName, jstring dstName) in Java_org_OpenColorIO_Config_getProcessor__Ljava_lang_String_2Ljava_lang_String_2()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/feed/v2/
H A Dfeed_stream_surface.cc104 JNIEnv* env, in ProcessThereAndBackAgain()
115 JNIEnv* env, in ProcessViewAction()
126 JNIEnv* env, in ExecuteEphemeralChange()
170 JNIEnv* env, in IsActivityLoggingEnabled()
176 JNIEnv* env, in GetSessionId()
183 JNIEnv* env, in ReportOpenAction()
193 JNIEnv* env, in ReportOpenInNewTabAction()
203 JNIEnv* env, in ReportOpenInNewIncognitoTabAction()
211 JNIEnv* env, in ReportSliceViewed()
221 JNIEnv* env, in ReportFeedViewed()
[all …]
/dports/devel/py-Jinja2/Jinja2-3.0.1/tests/
H A Dtest_inheritance.py60 def env(): function
78 def test_layout(self, env): argument
84 def test_level1(self, env): argument
90 def test_level2(self, env): argument
97 def test_level3(self, env): argument
103 def test_level4(self, env): argument
109 def test_super(self, env): argument
126 def test_working(self, env): argument
129 def test_reuse_blocks(self, env): argument
135 def test_preserve_blocks(self, env): argument
[all …]
/dports/devel/py-Jinja2-doc/Jinja2-3.0.1/tests/
H A Dtest_inheritance.py60 def env(): function
78 def test_layout(self, env): argument
84 def test_level1(self, env): argument
90 def test_level2(self, env): argument
97 def test_level3(self, env): argument
103 def test_level4(self, env): argument
109 def test_super(self, env): argument
126 def test_working(self, env): argument
129 def test_reuse_blocks(self, env): argument
135 def test_preserve_blocks(self, env): argument
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/mips/
H A Dop_helper.c648 CPUMIPSState *env = &c->env; in mips_vpe_is_wfi() local
658 CPUMIPSState *env = &c->env; in mips_vp_is_wfi() local
1724 #define MTC0_MAAR_MASK(env) \ argument
2307 void helper_tlbwi(CPUMIPSState *env) in helper_tlbwi()
2312 void helper_tlbwr(CPUMIPSState *env) in helper_tlbwr()
2317 void helper_tlbp(CPUMIPSState *env) in helper_tlbp()
2322 void helper_tlbr(CPUMIPSState *env) in helper_tlbr()
2416 void helper_eret(CPUMIPSState *env) in helper_eret()
2518 void helper_wait(CPUMIPSState *env) in helper_wait()
2536 CPUMIPSState *env = &cpu->env; in mips_cpu_do_unaligned_access() local
[all …]

12345678910>>...958