HomeSort by relevance Sort by last modified time
    Searched refs:INST (Results 1 - 21 of 21) sorted by null

  /external/autotest/client/profilers/powertop/src/po/
Makefile 3 INST= $(SRC:.po=.inst)
14 # the po/mo file list (we fool make by pretending the need for .inst files).
15 install: $(OBJ) $(INST)
17 %.inst: %.mo
  /external/llvm/unittests/IR/
ValueTest.cpp 137 #define CHECK_PRINT(INST, STR) \
142 INST->print(OS); \
148 INST->print(OS, MST); \
156 #define CHECK_PRINT_AS_OPERAND(INST, TYPE, STR) \
161 INST->printAsOperand(OS, TYPE); \
167 INST->printAsOperand(OS, TYPE, MST); \
  /external/clang/test/CodeGenCXX/
dllexport.cpp 27 #define INST(func) template void func();
289 INST(funcTmplDef<ExplicitInst_Exported>)
295 INST(inlineFuncTmpl1<ExplicitInst_Exported>)
300 INST(inlineFuncTmpl2<ExplicitInst_Exported>)
306 INST(inlineFuncTmplDecl<ExplicitInst_Exported>)
312 INST(inlineFuncTmplDef<ExplicitInst_Exported>)
320 INST(funcTmplRedecl1<ExplicitInst_Exported>)
326 INST(funcTmplRedecl2<ExplicitInst_Exported>)
332 INST(funcTmplRedecl3<ExplicitInst_Exported>)
346 INST(funcTmplFriend1<ExplicitInst_Exported>
    [all...]
  /external/boringssl/ios-arm/crypto/fipsmodule/
sha1-armv4-large.S 1356 # define INST(a,b,c,d) .byte c,d|0xf,a,b
1358 # define INST(a,b,c,d) .byte a,b,c,d|0x10
1392 INST(0xc0,0x62,0xb9,0xf3) @ sha1h q3,q0 @ 0
1393 INST(0x68,0x0c,0x02,0xe2) @ sha1c q0,q1,q12
1395 INST(0x4c,0x8c,0x3a,0xe2) @ sha1su0 q4,q5,q6
1396 INST(0xc0,0x42,0xb9,0xf3) @ sha1h q2,q0 @ 1
1397 INST(0x6a,0x0c,0x06,0xe2) @ sha1c q0,q3,q13
1399 INST(0x8e,0x83,0xba,0xf3) @ sha1su1 q4,q7
1400 INST(0x4e,0xac,0x3c,0xe2) @ sha1su0 q5,q6,q7
1401 INST(0xc0,0x62,0xb9,0xf3) @ sha1h q3,q0 @
    [all...]
  /external/boringssl/linux-arm/crypto/fipsmodule/
sha1-armv4-large.S 1353 # define INST(a,b,c,d) .byte c,d|0xf,a,b
1355 # define INST(a,b,c,d) .byte a,b,c,d|0x10
1387 INST(0xc0,0x62,0xb9,0xf3) @ sha1h q3,q0 @ 0
1388 INST(0x68,0x0c,0x02,0xe2) @ sha1c q0,q1,q12
1390 INST(0x4c,0x8c,0x3a,0xe2) @ sha1su0 q4,q5,q6
1391 INST(0xc0,0x42,0xb9,0xf3) @ sha1h q2,q0 @ 1
1392 INST(0x6a,0x0c,0x06,0xe2) @ sha1c q0,q3,q13
1394 INST(0x8e,0x83,0xba,0xf3) @ sha1su1 q4,q7
1395 INST(0x4e,0xac,0x3c,0xe2) @ sha1su0 q5,q6,q7
1396 INST(0xc0,0x62,0xb9,0xf3) @ sha1h q3,q0 @
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 51 #define TGSI_IS_DST0_CHANNEL_ENABLED( INST, CHAN )\
52 ((INST)->Dst[0].Register.WriteMask & (1 << (CHAN)))
54 #define TGSI_IF_IS_DST0_CHANNEL_ENABLED( INST, CHAN )\
55 if (TGSI_IS_DST0_CHANNEL_ENABLED( INST, CHAN ))
57 #define TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( INST, CHAN )\
59 TGSI_IF_IS_DST0_CHANNEL_ENABLED( INST, CHAN )
477 tgsi_check_soa_dependencies(const struct tgsi_full_instruction *inst);
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_fmt_def.inc 270 BC_FIELD(ALU_WORD1_OP2, ALU_INST, INST, 17, 8)
285 BC_FIELD(ALU_WORD1_OP2, ALU_INST, INST, 17, 7)
300 BC_FIELD(ALU_WORD1_OP2_MOVA, ALU_INST, INST, 17, 7)
315 BC_FIELD(ALU_WORD1_OP2_EXEC_MASK, ALU_INST, INST, 17, 7)
328 BC_FIELD(ALU_WORD1_OP3, ALU_INST, INST, 17, 13)
356 BC_FIELD(ALU_WORD1_LDS_IDX_OP, ALU_INST, INST, 17, 13)
387 BC_FIELD(VTX_WORD0, VC_INST, INST, 4, 0)
398 BC_FIELD(VTX_WORD0, VC_INST, INST, 4, 0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pickle.py 43 "1.1", # Protocol 0 with INST added
130 INST = 'i' # build & push class instance
714 write(INST + cls.__module__ + '\n' + cls.__name__ + '\n')
    [all...]
  /external/python/cpython2/Lib/
pickle.py 43 "1.1", # Protocol 0 with INST added
130 INST = 'i' # build & push class instance
720 write(INST + cls.__module__ + '\n' + cls.__name__ + '\n')
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickle.py 43 "1.1", # Protocol 0 with INST added
130 INST = 'i' # build & push class instance
714 write(INST + cls.__module__ + '\n' + cls.__name__ + '\n')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pickle.py 43 "1.1", # Protocol 0 with INST added
130 INST = 'i' # build & push class instance
714 write(INST + cls.__module__ + '\n' + cls.__name__ + '\n')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 43 "1.1", # Protocol 0 with INST added
130 INST = 'i' # build & push class instance
714 write(INST + cls.__module__ + '\n' + cls.__name__ + '\n')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 43 "1.1", # Protocol 0 with INST added
130 INST = 'i' # build & push class instance
714 write(INST + cls.__module__ + '\n' + cls.__name__ + '\n')
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
endtoend_test.go 73 // INST args [// printed form] [// hex encoding]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
endtoend_test.go 73 // INST args [// printed form] [// hex encoding]
  /external/vixl/test/aarch32/
test-assembler-aarch32.cc     [all...]
  /external/python/cpython3/Lib/
pickle.py 48 "1.1", # Protocol 0 with INST added
130 INST = b'i' # build & push class instance
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c 61 #define INST 'i'
2043 static char inst = INST, obj = OBJ, build = BUILD; local
3885 PyObject *inst; local
4531 PyObject *state, *inst, *slotstate; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c 61 #define INST 'i'
2012 static char inst = INST, obj = OBJ, build = BUILD; local
3850 PyObject *inst; local
4496 PyObject *state, *inst, *slotstate; local
    [all...]
  /external/python/cpython2/Modules/
cPickle.c 61 #define INST 'i'
2041 static char inst = INST, obj = OBJ, build = BUILD; local
3892 PyObject *inst; local
4561 PyObject *state, *inst, *slotstate; local
    [all...]
  /external/python/cpython3/Modules/
_pickle.c 53 INST = 'i',
5992 PyObject *state, *inst, *slotstate; local
    [all...]

Completed in 546 milliseconds