Home
last modified time | relevance | path

Searched refs:o (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-0.13.2/include/nn/hw/ARM/
Dreg_access.h64 #define HW_GET_CP15_C0(c,o,v) HW_INST_MRC(p15,0,c0,c,o,v) // Opcode_1 is fixed argument
65 #define HW_GET_CP15_C1(o,v) HW_INST_MRC(p15,0,c1,c0,o,v) // Opcode_1 and CRm are fixed argument
66 #define HW_GET_CP15_C2(o,v) HW_INST_MRC(p15,0,c2,c0,o,v) // Opcode_1 and CRm are fixed argument
68 #define HW_GET_CP15_C5(o,v) HW_INST_MRC(p15,0,c5,c0,o,v) // Opcode_1 and CRm are fixed argument
70 #define HW_GET_CP15_C6(o,v) HW_INST_MRC(p15,0,c6,c0,o,v) // Opcode_1 and CRm are fixed argument
72 #define HW_GET_CP15_C6(c,o,v) HW_INST_MRC(p15,0,c6,c,o,v) // Opcode_1 is fixed
74 #define HW_GET_CP15_C7(c,o,v) HW_INST_MRC(p15,0,c7,c,o,v) // Opcode_1 is fixed argument
75 #define HW_GET_CP15_C8(c,o,v) HW_INST_MRC(p15,0,c8,c,o,v) // Opcode_1 is fixed argument
79 #define HW_GET_CP15_C9(o,v) HW_INST_MRC(p15,0,c9,c0,o,v) // Opcode_1 and CRm are fixed
81 #define HW_GET_CP15_C10(c,o,v) HW_INST_MRC(p15,0,c10,c,o,v) // Opcode_1 is fixed argument
[all …]
/CTR-SDK-0.13.2/build/linker/
DCTR.Process.MPCore.ldscript.template36 init_aeabi.o(+RO)
/CTR-SDK-0.13.2/sources/libraries/math/
Dmath_Geometry.cpp1210 IntersectionRay3AABB_(f32 min, f32 max, f32 o, f32 dir, f32& tNear, f32& tFar) in IntersectionRay3AABB_() argument
1215 if (o < min || o > max) in IntersectionRay3AABB_()
1222 f32 t0 = (min - o) * inv_dir; in IntersectionRay3AABB_()
1223 f32 t1 = (max - o) * inv_dir; in IntersectionRay3AABB_()
/CTR-SDK-0.13.2/build/omake/
Dcommondefs.om134 EXT_OBJ = .o
679 CRT_0_O = crt0.o