Searched refs:src_kind (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ |
D | gap-resolver.cc | 34 auto src_kind = src_loc.location_kind(); in Split() local 47 if (src_kind == LocationOperand::REGISTER) { in Split() 66 move->set_source(AllocatedOperand(src_kind, smaller_rep, src_index)); in Split() 72 moves->AddMove(AllocatedOperand(src_kind, smaller_rep, src_index), in Split()
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 13981 int src_kind, dest_kind; in unicode_subscript() local 14000 src_kind = PyUnicode_KIND(self); in unicode_subscript() 14003 kind_limit = kind_maxchar_limit(src_kind); in unicode_subscript() 14006 ch = PyUnicode_READ(src_kind, src_data, cur); in unicode_subscript() 14023 Py_UCS4 ch = PyUnicode_READ(src_kind, src_data, cur); in unicode_subscript()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 7682 string asm, string dst_kind, string src_kind, 7685 asm, "{\t$Rd" # dst_kind # ", $Rn" # src_kind # ", $imm" # 7705 string asm, string dst_kind, string src_kind, 7708 asm, "{\t$Rd" # dst_kind # ", $Rn" # src_kind # ", $imm" #
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 8160 string asm, string dst_kind, string src_kind, 8163 asm, "{\t$Rd" # dst_kind # ", $Rn" # src_kind # ", $imm" # 8183 string asm, string dst_kind, string src_kind, 8186 asm, "{\t$Rd" # dst_kind # ", $Rn" # src_kind # ", $imm" #
|