Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/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
71 … #define HW_GET_CP15_C6(o,v) HW_INST_MRC(p15,0,c6,c0,o,v) // Opcode_1 and CRm are fixed argument
73 #define HW_GET_CP15_C6(c,o,v) HW_INST_MRC(p15,0,c6,c,o,v) // Opcode_1 is fixed
76 #define HW_GET_CP15_C7(c,o,v) HW_INST_MRC(p15,0,c7,c,o,v) // Opcode_1 is fixed argument
77 #define HW_GET_CP15_C8(c,o,v) HW_INST_MRC(p15,0,c8,c,o,v) // Opcode_1 is fixed argument
82 … #define HW_GET_CP15_C9(o,v) HW_INST_MRC(p15,0,c9,c0,o,v) // Opcode_1 and CRm are fixed
85 #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-2.4.0/build/omake/compilers/
Dcommondefs.cctype.GCC.om73 CCOUT = -o
74 LDOUT = -o
75 ASOUT = -o
Dcommondefs.cctype.RVCT.om255 this.CCOUT = -o
256 this.LDOUT = -o
257 this.ASOUT = -o
/CTR-SDK-2.4.0/build/omake/
Dcommondefs.funcs.om91 # Add a rule to create .o from .c
92 # Return the .o path
114 # Add a rule to create .o from .cpp
115 # Return the .o path
137 # Add a rule to create .o from .s
138 # Return the .o path
154 # Return the .o path
170 # Add a rule to create .a from .o list
191 # Add a rule to create .o from any file
192 # Return the .o path
[all …]
Dcommondefs.om109 global.EXT_OBJ = .o
/CTR-SDK-2.4.0/build/omake/platforms/CTR/
DCTR.commondefs.func.om96 $(MAKEROM) -o $@ $< $(flags) -f card
111 $(MAKEROM) -o $@ $< $(flags) -lr $(r) -f le -m 0x01000000
126 $(MAKEROM) -o $@ $(flags) -f lr
141 $(MAKEROM) -o $@ -le $(e) -lr $(r) -f list
156 $(MAKEROM) -o $@ $< $(flags)
171 $(MAKECIA) -o $@ $(flags)
186 $(MAKEROM) -o $@ -DROMFS_ROOT=$(srcdir) $(flags) -f data
208 $(MAKECIAARCHIVE) -o $@ $(flags)
465 CRT_0_O = crt0.o
/CTR-SDK-2.4.0/build/omake/platforms/WIN/
DWIN.targetdefs.om36 #return /usr/lib/mingw/crt1.o -lgcc -lmingw32 -lcrtdll -lkernel32 -luser32
/CTR-SDK-2.4.0/build/linker/
DCTR.Process.MPCore.ldscript.template32 init_aeabi.o(+RO)
/CTR-SDK-2.4.0/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-2.4.0/build/omake_deprecated/
Dtestutil.om418 eprintln(���s�������v���O�����̐��ɑ΂��� CTR_RUN_DEVICES �ɐݒ肳��Ă���f�o�C�X�̐�������܂���B)
Dcommondefs.om139 EXT_OBJ = .o
695 CRT_0_O = crt0.o